Rabbit-R1/original r1/smali/res/layout/fragment_connect_network.xml
2024-05-21 17:08:36 -04:00

9 lines
No EOL
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content">
<TextView android:textSize="30.0sp" android:textColor="@color/white" android:id="@id/tv_tip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="81.0dip" android:layout_marginBottom="32.0dip" android:includeFontPadding="false" android:lineSpacingMultiplier="1.15" android:fontFamily="@font/power_grotesk_regular" android:layout_marginStart="18.0dip" android:letterSpacing="-0.01" android:textFontWeight="300" />
<tech.rabbit.r1launcher.initstep.widget.NoScrollListView android:id="@id/lv_network_options" android:scrollbars="none" android:layout_width="fill_parent" android:layout_height="fill_parent" android:divider="@null" android:dividerHeight="10.0dip" android:choiceMode="singleChoice" android:headerDividersEnabled="false" android:footerDividersEnabled="false" android:layout_marginStart="18.0dip" android:layout_marginEnd="5.0dip" />
</LinearLayout>
<tech.rabbit.r1launcher.widget.FactoryModeVerifyView android:id="@id/fmvv_launcher" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</FrameLayout>