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

156 lines
7.3 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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"
id="@+id/view_root"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<include
id="@+id/toolbar"
layout="@layout/2131559376"/>
<ScrollView
layout_width="match_parent"
layout_height="0dp"
layout_weight="1">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="horizontal"
background="#ffffff"
paddingTop="16dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<androidx.appcompat.widget.AppCompatButton
ellipsize="end"
id="@+id/tab_citizen_id"
focusable="true"
layout_width="0dp"
layout_height="wrap_content"
text="@string/forgot_pin_personal_info_tab_citizen_id"
maxLines="1"
layout_weight="1"
style="@style/2132017537"/>
<androidx.appcompat.widget.AppCompatButton
ellipsize="end"
id="@+id/tab_passport"
focusable="true"
layout_width="0dp"
layout_height="wrap_content"
text="@string/forgot_pin_personal_info_tab_passport"
maxLines="1"
layout_weight="1"
style="@style/2132017538"/>
<androidx.appcompat.widget.AppCompatButton
ellipsize="end"
id="@+id/tab_alien_card"
focusable="true"
layout_width="0dp"
layout_height="wrap_content"
text="@string/forgot_pin_personal_info_tab_alien_card"
maxLines="1"
layout_weight="1"
style="@style/2132017539"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/layout_citizen"
background="#ffffff"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.CommonInputViewGroup
id="@+id/ivp_citizen_card_no"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x12="@string/forgot_pin_personal_info_citizen_id_error"
NOT_FOUND_0x13="@string/forgot_pin_personal_info_citizen_id_hint"
NOT_FOUND_0x14="0x5"
NOT_FOUND_0x15="0x2"
NOT_FOUND_0x16="@string/forgot_pin_personal_info_citizen_id_label"/>
<com.scb.phone.view.custom.common.CommonInputViewGroup
id="@+id/ivp_citizen_dob"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x12="@string/forgot_pin_personal_info_date_of_birth_error"
NOT_FOUND_0x13="@string/forgot_pin_personal_info_dob_placeholder"
NOT_FOUND_0x15="0x2"
NOT_FOUND_0x16="@string/forgot_pin_personal_info_date_of_birth_label"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/layout_passport"
background="#ffffff"
paddingBottom="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.CustomExternalSelector
id="@+id/custom_selector_country"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x17="@string/forgot_pin_personal_info_country_hint"
NOT_FOUND_0x18="@string/forgot_pin_personal_info_country_label"/>
<com.scb.phone.view.custom.common.CommonInputViewGroup
id="@+id/ivp_passort_no"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x11="18"
NOT_FOUND_0x12="@string/forgot_pin_personal_info_passport_error"
NOT_FOUND_0x13="@string/forgot_pin_personal_info_passport_hint"
NOT_FOUND_0x14="0x5"
NOT_FOUND_0x16="@string/forgot_pin_personal_info_passport_label"/>
<com.scb.phone.view.custom.common.CommonInputViewGroup
id="@+id/ivp_passort_dob"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x12="@string/forgot_pin_personal_info_date_of_birth_error"
NOT_FOUND_0x13="@string/forgot_pin_personal_info_dob_placeholder"
NOT_FOUND_0x15="0x2"
NOT_FOUND_0x16="@string/forgot_pin_personal_info_date_of_birth_label"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/layout_alien"
background="#ffffff"
paddingBottom="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.CommonInputViewGroup
id="@+id/ivp_alien_no"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x11="20"
NOT_FOUND_0x12="@string/forgot_pin_personal_info_alien_card_no_error"
NOT_FOUND_0x13="@string/forgot_pin_personal_info_alien_card_no_hint"
NOT_FOUND_0x14="0x5"
NOT_FOUND_0x16="@string/forgot_pin_personal_info_alien_card_no_label"/>
<com.scb.phone.view.custom.common.CommonInputViewGroup
id="@+id/ivp_alien_dob"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x12="@string/forgot_pin_personal_info_date_of_birth_error"
NOT_FOUND_0x13="@string/forgot_pin_personal_info_dob_placeholder"
NOT_FOUND_0x15="0x2"
NOT_FOUND_0x16="@string/forgot_pin_personal_info_date_of_birth_label"/>
</LinearLayout>
<RelativeLayout
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<Button
enabled="false"
id="@+id/btn_submit"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/next"
style="@style/2132017576"/>
</RelativeLayout>
</LinearLayout>
</ScrollView>
</LinearLayout>