80 lines
2.8 KiB
XML
80 lines
2.8 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
orientation="vertical"
|
||
|
background="@drawable/bg_money_out"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_weight="1.7">
|
||
|
<ImageView
|
||
|
id="@+id/button_close"
|
||
|
padding="8dp"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
src="@drawable/ic_close_24dp"
|
||
|
tint="#ffffff"
|
||
|
layout_alignParentRight="true"
|
||
|
contentDescription="@null"
|
||
|
layout_marginEnd="10dp"
|
||
|
layout_alignParentEnd="true"
|
||
|
NOT_FOUND_0x15="0"
|
||
|
NOT_FOUND_0x19="0"/>
|
||
|
<View
|
||
|
id="@+id/view"
|
||
|
background="#6621262c"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x15="0"
|
||
|
NOT_FOUND_0x17="0"
|
||
|
NOT_FOUND_0x19="0"/>
|
||
|
<TextView
|
||
|
id="@+id/title"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="12dp"
|
||
|
layout_marginBottom="8dp"
|
||
|
text="@string/preregistration_pin_title"
|
||
|
textAlignment="center"
|
||
|
NOT_FOUND_0x14="@+id/text"
|
||
|
NOT_FOUND_0x15="0"
|
||
|
NOT_FOUND_0x16="1"
|
||
|
NOT_FOUND_0x17="0"
|
||
|
style="@style/2132017907"/>
|
||
|
<TextView
|
||
|
id="@+id/text"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_marginBottom="8dp"
|
||
|
text="@string/preregistration_pin_body"
|
||
|
textAlignment="center"
|
||
|
layout_marginStart="20dp"
|
||
|
layout_marginEnd="20dp"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x15="0"
|
||
|
NOT_FOUND_0x17="0"
|
||
|
NOT_FOUND_0x19="0"
|
||
|
style="@style/2132017923"/>
|
||
|
<com.scb.phone.view.custom.login.CustomPinInput
|
||
|
id="@+id/custom_pin_input"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x18="@+id/text"
|
||
|
NOT_FOUND_0x1b="true"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
<com.scb.phone.view.custom.login.CustomKeypad
|
||
|
id="@+id/custom_keypad"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_marginTop="0dp"
|
||
|
layout_weight="1.3"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x1a="true"/>
|
||
|
</LinearLayout>
|