Rabbit-R1/switch port/smali/res/layout/fragment_connect_wifi_success.xml

5 lines
521 B
XML
Raw Normal View History

2024-05-21 21:08:36 +00:00
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:paddingStart="22.0dip" android:paddingEnd="20.0dip"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textSize="30.0sp" android:textColor="@color/white" android:id="@id/tv_connect_success" android:layout_width="fill_parent" android:layout_height="wrap_content" android:fontFamily="@font/power_grotesk_regular" android:textFontWeight="300" />
</FrameLayout>