mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
146 lines
5.8 KiB
XML
146 lines
5.8 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:orientation="vertical"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent">
|
||
|
<tech.rabbit.r1launcher.initstep.widget.NumberPickerView
|
||
|
android:id="@+id/npv_picker"
|
||
|
android:paddingTop="15dp"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"/>
|
||
|
<TextView
|
||
|
android:textSize="30sp"
|
||
|
android:textColor="@color/white"
|
||
|
android:gravity="start|top"
|
||
|
android:id="@+id/tv_title"
|
||
|
android:background="@drawable/overlay_gradient_000000_00000000_a270"
|
||
|
android:paddingTop="6dp"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="82dp"
|
||
|
android:text="passcode"
|
||
|
android:includeFontPadding="false"
|
||
|
android:fontFamily="@font/power_grotesk_regular"
|
||
|
android:paddingStart="3dp"
|
||
|
android:textFontWeight="400"/>
|
||
|
<LinearLayout
|
||
|
android:orientation="horizontal"
|
||
|
android:id="@+id/ll_back_container"
|
||
|
android:background="@drawable/bg_ff4d00_r10"
|
||
|
android:visibility="gone"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="30dp"
|
||
|
android:paddingStart="6dp"
|
||
|
android:paddingEnd="6dp"
|
||
|
android:layout_marginStart="3dp">
|
||
|
<ImageView
|
||
|
android:layout_gravity="center_vertical"
|
||
|
android:layout_width="18dp"
|
||
|
android:layout_height="18dp"
|
||
|
android:src="@drawable/ic_setting_back"/>
|
||
|
<Space
|
||
|
android:layout_width="6dp"
|
||
|
android:layout_height="match_parent"/>
|
||
|
<TextView
|
||
|
android:textSize="24sp"
|
||
|
android:textColor="@color/black"
|
||
|
android:gravity="center"
|
||
|
android:id="@+id/tv_back_title"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="match_parent"
|
||
|
android:maxLines="1"
|
||
|
android:singleLine="true"
|
||
|
android:includeFontPadding="false"
|
||
|
android:fontFamily="@font/power_grotesk_regular"
|
||
|
android:textFontWeight="400"/>
|
||
|
</LinearLayout>
|
||
|
<TextView
|
||
|
android:textSize="30sp"
|
||
|
android:textColor="@color/white"
|
||
|
android:layout_gravity="top"
|
||
|
android:id="@+id/tv_to_finish"
|
||
|
android:layout_width="142dp"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginTop="72dp"
|
||
|
android:text="@string/tips_passcode_click_to_finish"
|
||
|
android:includeFontPadding="false"
|
||
|
android:lineSpacingMultiplier="1.16"
|
||
|
android:alpha="0"
|
||
|
android:fontFamily="@font/power_grotesk_regular"
|
||
|
android:layout_marginStart="3dp"
|
||
|
android:textFontWeight="400"/>
|
||
|
<LinearLayout
|
||
|
android:layout_gravity="bottom"
|
||
|
android:orientation="vertical"
|
||
|
android:id="@+id/ll_tip_container"
|
||
|
android:layout_width="198dp"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginBottom="83dp"
|
||
|
android:layout_marginStart="3dp">
|
||
|
<TextView
|
||
|
android:textSize="30sp"
|
||
|
android:textColor="@color/white"
|
||
|
android:id="@+id/tv_tip"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:includeFontPadding="false"
|
||
|
android:lineSpacingMultiplier="1.1"
|
||
|
android:fontFamily="@font/power_grotesk_regular"
|
||
|
android:textFontWeight="400"/>
|
||
|
<TextView
|
||
|
android:textSize="20sp"
|
||
|
android:textColor="@color/AAAAAA"
|
||
|
android:id="@+id/tv_retry"
|
||
|
android:visibility="gone"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginTop="10dp"
|
||
|
android:layout_marginBottom="5dp"
|
||
|
android:text="@string/tips_passcode_set_passcode_please_try_again"
|
||
|
android:includeFontPadding="false"
|
||
|
android:fontFamily="@font/power_grotesk_regular"
|
||
|
android:letterSpacing="0.02"
|
||
|
android:textFontWeight="400"/>
|
||
|
</LinearLayout>
|
||
|
<View
|
||
|
android:layout_gravity="bottom"
|
||
|
android:background="@drawable/overlay_gradient_000000_00000000_a90"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="60dp"/>
|
||
|
<FrameLayout
|
||
|
android:id="@+id/fl_continue_container"
|
||
|
android:background="@color/black"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:alpha="0">
|
||
|
<TextView
|
||
|
android:textSize="44sp"
|
||
|
android:textColor="@color/AAAAAA"
|
||
|
android:gravity="center"
|
||
|
android:layout_gravity="center"
|
||
|
android:id="@+id/tv_confirm_passcode"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:includeFontPadding="false"
|
||
|
android:fontFamily="@font/power_grotesk_regular"
|
||
|
android:letterSpacing="0.3"
|
||
|
android:textFontWeight="400"/>
|
||
|
<TextView
|
||
|
android:textSize="30sp"
|
||
|
android:textColor="@color/selector_000000_ffffff"
|
||
|
android:gravity="center"
|
||
|
android:layout_gravity="bottom"
|
||
|
android:id="@+id/tv_continue"
|
||
|
android:background="@drawable/selector_ff4d00_00000000_r10"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="36dp"
|
||
|
android:minWidth="0dp"
|
||
|
android:minHeight="0dp"
|
||
|
android:text="@string/text_continue"
|
||
|
android:includeFontPadding="false"
|
||
|
android:fontFamily="@font/power_grotesk_regular"
|
||
|
android:layout_marginStart="3dp"
|
||
|
android:layout_marginEnd="3dp"
|
||
|
android:textFontWeight="400"/>
|
||
|
</FrameLayout>
|
||
|
</FrameLayout>
|