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

55 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:textSize="30sp"
android:textColor="@color/white"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/text_init_step_create_a_passcode"
android:includeFontPadding="false"
android:lineSpacingMultiplier="1.2"
android:translationY="-5dp"
android:fontFamily="@font/power_grotesk_regular"
android:layout_marginStart="18dp"
android:layout_marginEnd="6dp"
android:textFontWeight="400"/>
<Space
android:layout_width="match_parent"
android:layout_height="9dp"/>
<TextView
android:textSize="20sp"
android:textColor="@color/AAAAAA"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/text_init_step_you_ll_only_need_to_enter_it_when_you_make_a_purchase"
android:includeFontPadding="false"
android:lineSpacingMultiplier="1.2"
android:fontFamily="@font/power_grotesk_regular"
android:layout_marginStart="18dp"
android:layout_marginEnd="6dp"
android:textFontWeight="400"/>
<Space
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>
<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"/>
</LinearLayout>