74 lines
2.5 KiB
XML
74 lines
2.5 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
id="@+id/view_group_root"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<include layout="@layout/2131559377"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_input_account_number_title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
text="@string/validate_input_account_number_title"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x16="0"
|
||
|
NOT_FOUND_0x17="0"
|
||
|
NOT_FOUND_0x18="@+id/toolbar_binding"
|
||
|
style="@style/2132017876"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_account_type"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x18="@+id/tv_input_account_number_title"
|
||
|
style="@style/2132017851"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_account_number"
|
||
|
background="#ffffff"
|
||
|
paddingTop="18dp"
|
||
|
paddingBottom="18dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
NOT_FOUND_0x16="0"
|
||
|
NOT_FOUND_0x17="0"
|
||
|
NOT_FOUND_0x18="@+id/tv_account_type">
|
||
|
<TextView
|
||
|
textSize="30sp"
|
||
|
textColor="#353239"
|
||
|
gravity="center"
|
||
|
id="@+id/tv_account_number"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
letterSpacing="0.2"/>
|
||
|
</LinearLayout>
|
||
|
<com.scb.phone.view.custom.login.CustomKeypad
|
||
|
id="@+id/custom_keypad"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="16dp"
|
||
|
NOT_FOUND_0x15="@+id/btn_next"
|
||
|
NOT_FOUND_0x16="0"
|
||
|
NOT_FOUND_0x17="0"/>
|
||
|
<Button
|
||
|
enabled="false"
|
||
|
id="@+id/btn_next"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="16dp"
|
||
|
text="@string/next"
|
||
|
NOT_FOUND_0x14="0"
|
||
|
NOT_FOUND_0x16="0"
|
||
|
NOT_FOUND_0x17="0"
|
||
|
style="@style/2132017576"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|