Rabbit-R1/android (non root)/java/resources/res/layout/fragment_connect_network.xml
2024-05-21 17:08:36 -04:00

40 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:textSize="30sp"
android:textColor="@color/white"
android:id="@+id/tv_tip"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="81dp"
android:layout_marginBottom="32dp"
android:includeFontPadding="false"
android:lineSpacingMultiplier="1.15"
android:fontFamily="@font/power_grotesk_regular"
android:layout_marginStart="18dp"
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="match_parent"
android:layout_height="match_parent"
android:divider="@null"
android:dividerHeight="10dp"
android:choiceMode="singleChoice"
android:headerDividersEnabled="false"
android:footerDividersEnabled="false"
android:layout_marginStart="18dp"
android:layout_marginEnd="5dp"/>
</LinearLayout>
<tech.rabbit.r1launcher.widget.FactoryModeVerifyView
android:id="@+id/fmvv_launcher"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</FrameLayout>