what-the-bank/resources/res/layout/2131558801.xml

200 lines
8.9 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<include layout="@layout/2131559377"/>
<ScrollView
id="@+id/sw_laser_id"
layout_width="match_parent"
layout_height="0dp"
fillViewport="true"
NOT_FOUND_0x17="0"
NOT_FOUND_0x18="0"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1a="@+id/toolbar_binding">
<LinearLayout
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_information_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="8dp"
text="@string/single_form_laser_id_personal_information"
layout_marginHorizontal="@dimen/2131165433"
style="@style/2132017849"/>
<LinearLayout
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_name"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_name_title"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/single_form_laser_id_name"
style="@style/2132017836"/>
<TextView
id="@+id/tv_name_description"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
style="@style/2132017925"/>
</LinearLayout>
<View
layout_width="match_parent"
layout_height="1dp"
layout_marginStart="16dp"
style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_national_id"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_national_id_title"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/single_form_laser_id_national_id_number"
style="@style/2132017836"/>
<TextView
id="@+id/tv_national_id_description"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
style="@style/2132017925"/>
</LinearLayout>
<View
layout_width="match_parent"
layout_height="1dp"
layout_marginStart="16dp"
style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_dob"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_dob_title"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/single_form_laser_id_date_of_birth"
style="@style/2132017836"/>
<TextView
id="@+id/tv_dob_description"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
style="@style/2132017925"/>
</LinearLayout>
<View
layout_width="match_parent"
layout_height="1dp"
layout_marginStart="16dp"
style="@style/2132018228"/>
<TextView
id="@+id/tv_digits"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/single_form_laser_id_12_digits"
layout_marginHorizontal="@dimen/2131165433"
style="@style/2132017836"/>
<LinearLayout
gravity="start"
orientation="horizontal"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.CustomEditText
textColorHint="#959199"
id="@+id/et_laser_id_first"
background="@drawable/shape_gray_rounded_rectangle"
layout_width="wrap_content"
layout_height="wrap_content"
minWidth="65dp"
hint="@string/onboarding_laser_id_first_hint"
maxLength="3"
digits="@string/alphabet_numbers"
inputType="textCapCharacters"
style="@style/2132017502"/>
<TextView
id="@+id/tv_first_dash_symbol"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/dash_symbol"
layout_marginStart="8dp"
layout_marginEnd="8dp"
style="@style/2132017876"/>
<com.scb.phone.view.custom.common.CustomEditText
textColorHint="#959199"
id="@+id/et_laser_id_second"
background="@drawable/shape_gray_rounded_rectangle"
layout_width="wrap_content"
layout_height="wrap_content"
minWidth="120dp"
hint="@string/onboarding_laser_id_second_hint"
maxLength="7"
digits="@string/alphabet_numbers"
inputType="textCapCharacters"
style="@style/2132017502"/>
<TextView
id="@+id/tv_second_dash_symbol"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/dash_symbol"
layout_marginStart="8dp"
layout_marginEnd="8dp"
style="@style/2132017876"/>
<com.scb.phone.view.custom.common.CustomEditText
textColorHint="#959199"
id="@+id/et_laser_id_third"
background="@drawable/shape_gray_rounded_rectangle"
layout_width="wrap_content"
layout_height="wrap_content"
minWidth="60dp"
hint="@string/onboarding_laser_id_third_hint"
maxLength="2"
digits="@string/alphabet_numbers"
inputType="textCapCharacters"
style="@style/2132017502"/>
</LinearLayout>
</LinearLayout>
<TextView
textColorLink="#7631c1"
id="@+id/tv_dopa_disclaimer_msg"
padding="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017846"/>
<LinearLayout
gravity="bottom"
orientation="vertical"
padding="16dp"
layout_width="match_parent"
layout_height="match_parent">
<Button
enabled="false"
id="@+id/bt_next"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/scbs_onboarding_laser_id_next"
style="@style/2132017576"/>
</LinearLayout>
</LinearLayout>
</ScrollView>
</androidx.constraintlayout.widget.ConstraintLayout>