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

497 lines
25 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"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<ScrollView xmlns:attr="http://schemas.android.com/apk/res-auto"
id="@+id/fragment_contact_information"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
focusable="true"
focusableInTouchMode="true"
clickable="true"
layout_width="match_parent"
layout_height="wrap_content">
<include layout="@layout/2131559004"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_contact_info"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
id="@+id/occupation_area"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x2d="@string/contact_info_header"/>
<LinearLayout
orientation="vertical"
background="@drawable/bg_white_with_border"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/title_name_text"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/etb_personal_info_name"
style="@style/2132017876"/>
<TextView
id="@+id/tv_name"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017925"/>
</LinearLayout>
<include layout="@layout/2131559336"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_english_name"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.CommonInputViewGroup
id="@+id/custom_input_first_name"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp"
NOT_FOUND_0x26="true"
NOT_FOUND_0x27="@integer/2131427471"
NOT_FOUND_0x28="@string/contact_info_eng_first_name_placeholder"
NOT_FOUND_0x29="0x5"
NOT_FOUND_0x2a="@string/contact_info_eng_first_name_header"/>
<include layout="@layout/2131559336"/>
<com.scb.phone.view.custom.common.CommonInputViewGroup
id="@+id/custom_input_last_name"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp"
NOT_FOUND_0x26="true"
NOT_FOUND_0x27="@integer/2131427471"
NOT_FOUND_0x28="@string/contact_info_eng_last_name_placeholder"
NOT_FOUND_0x29="0x5"
NOT_FOUND_0x2a="@string/contact_info_eng_last_name_header"/>
<include layout="@layout/2131559336"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_registration_address_section"
paddingTop="16dp"
paddingBottom="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
id="@+id/tv_registration_address_label"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/contact_info_registration_address"
style="@style/2132017876"/>
<RelativeLayout
id="@+id/rl_layout_registration_address"
background="@drawable/bg_spinner"
padding="4dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp">
<TextView
gravity="center"
id="@+id/tv_registration_address"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp"
layout_marginBottom="4dp"
minHeight="40dp"
hint="@string/enter_registration_address"
minLines="1"
layout_alignTop="@+id/iv_registration_address_arrow_current"
layout_marginStart="16dp"
layout_toStartOf="@+id/iv_registration_address_arrow_current"
style="@style/2132017876"/>
<ImageView
id="@+id/iv_registration_address_arrow_current"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_expand_more_black_24dp"
layout_alignParentRight="true"
layout_centerVertical="true"
contentDescription="@null"
rotation="-90"
layout_marginEnd="8dp"
layout_alignParentEnd="true"/>
</RelativeLayout>
<TextView
id="@+id/tv_registration_address_error"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp"
text="@string/address_required_field"
layout_marginStart="16dp"
style="@style/2132017856"/>
</LinearLayout>
<LinearLayout
id="@+id/ll_layout_registration_section_line"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<include layout="@layout/2131559336"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
id="@+id/label_mailing_address"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/contact_info_mailing_address"
style="@style/2132017876"/>
<RelativeLayout
id="@+id/rl_layout_mailing_address"
background="@drawable/bg_spinner"
padding="4dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp">
<TextView
gravity="center"
id="@+id/tv_mailing_address"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp"
layout_marginBottom="4dp"
minHeight="40dp"
hint="@string/enter_contact_address"
minLines="1"
layout_alignTop="@+id/image_arrow_current"
layout_marginStart="16dp"
layout_toStartOf="@+id/image_arrow_current"
style="@style/2132017876"/>
<ImageView
id="@+id/image_arrow_current"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_expand_more_black_24dp"
layout_alignParentRight="true"
layout_centerVertical="true"
contentDescription="@null"
rotation="-90"
layout_marginEnd="8dp"
layout_alignParentEnd="true"/>
</RelativeLayout>
<TextView
id="@+id/tv_mailing_address_error"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp"
text="@string/address_required_field"
layout_marginStart="16dp"
style="@style/2132017856"/>
</LinearLayout>
<include layout="@layout/2131559336"/>
<com.scb.phone.view.custom.easycash.CustomPhone
id="@+id/phone_edit_text"
layout_width="match_parent"
layout_height="wrap_content"
imeOptions="actionNext"
NOT_FOUND_0x2b="@string/contact_info_mobile_number_placeholder"
NOT_FOUND_0x2e="@string/contact_info_mobile_number"/>
<include layout="@layout/2131559336"/>
<LinearLayout
orientation="vertical"
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/title_email_text"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/etb_personal_info_email"
style="@style/2132017876"/>
<TextView
id="@+id/tv_email"
focusable="true"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017925"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_id_card_house_regis"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<include layout="@layout/2131559336"/>
<LinearLayout
orientation="vertical"
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_id_card_house_regis_title"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/contact_info_id_card_house_regis"
style="@style/2132017876"/>
<TextView
id="@+id/tv_id_card_house_regis_detail"
focusable="true"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017925"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_national_id_content"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.easycash.CustomSeparatedViews
id="@+id/id_card_info"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
layout_width="match_parent"
layout_height="match_parent"
NOT_FOUND_0x2c="true"
NOT_FOUND_0x2d="@string/contact_info_national_id_card_info_header"/>
<LinearLayout
orientation="vertical"
background="@drawable/bg_white_with_border"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/contact_info_national_id_require_reason"
style="@style/2132017676"/>
<include layout="@layout/2131559336"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_dopa_consent"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_dopa_consent"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017676"/>
<include layout="@layout/2131559336"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_title_national_id_no"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/contact_info_national_id"
style="@style/2132017876"/>
<TextView
id="@+id/tv_national_id"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017925"/>
<TextView
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/contact_info_national_id_instruction"
style="@style/2132017676"/>
</LinearLayout>
<include layout="@layout/2131559336"/>
<LinearLayout
orientation="vertical"
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
layout_width="match_parent"
layout_height="wrap_content"
text="@string/contact_info_laser_id_title"
style="@style/2132017873"/>
<TextView
layout_width="match_parent"
layout_height="wrap_content"
text="@string/contact_info_laser_id_description"
style="@style/2132017676"/>
<ImageView
id="@+id/iv_laser_id"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
scaleType="fitCenter"
adjustViewBounds="true"
contentDescription="@string/contact_info_laser_id_title"
layout_marginStart="24dp"
layout_marginEnd="24dp"/>
<com.scb.phone.view.custom.common.CustomLaserIdInputWithoutHeader
id="@+id/input_hml_personal_info_laser_id"
layout_width="match_parent"
layout_height="wrap_content"
imeOptions="actionDone"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
<com.scb.phone.view.custom.easycash.CustomSeparatedViews
id="@+id/custom_overview"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
id="@+id/e_document_header"
visibility="gone"
layout_width="match_parent"
layout_height="match_parent"
NOT_FOUND_0x2c="true"
NOT_FOUND_0x2d="@string/e_document_header"/>
<LinearLayout
orientation="horizontal"
id="@+id/ll_layout_e_document_section"
background="#ffffff"
paddingTop="16dp"
paddingBottom="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="20dp"
paddingEnd="16dp">
<CheckBox
id="@+id/cb_agree_e_document"
layout_width="wrap_content"
layout_height="wrap_content"/>
<TextView
id="@+id/tv_e_document"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/e_document_description_mhmc"
style="@style/2132017676"/>
</LinearLayout>
</LinearLayout>
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
layout_width="match_parent"
layout_height="match_parent"
NOT_FOUND_0x2c="true"
NOT_FOUND_0x2d="@string/terms_and_conditions_header"/>
<LinearLayout
orientation="horizontal"
background="#ffffff"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="20dp"
paddingEnd="16dp">
<CheckBox
id="@+id/cb_agree_terms_conditions"
layout_width="wrap_content"
layout_height="wrap_content"/>
<TextView
id="@+id/tv_agree_terms_conditions"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/agree_to_label"
style="@style/2132017676"/>
</LinearLayout>
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
id="@+id/label_consent_section"
layout_width="match_parent"
layout_height="match_parent"
NOT_FOUND_0x2d="@string/consent_to_use_information"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_consent_content"
background="@drawable/bg_white_with_border"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/contact_info_consent_instruction"
lineSpacingExtra="4sp"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017676"/>
<include layout="@layout/2131559336"/>
<com.scb.phone.view.custom.easycash.CustomSeparatedViews
id="@+id/consent_list"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
id="@+id/ll_layout_ref_code_section"
layout_width="match_parent"
layout_height="match_parent"
NOT_FOUND_0x2d="@string/reference_code_label"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_ref_code_collapse_view"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.CommonInputViewGroup
id="@+id/ref_code_1"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp"
NOT_FOUND_0x27="@integer/2131427474"
NOT_FOUND_0x28="@string/reference_code_hint_1"
NOT_FOUND_0x29="0x5"
NOT_FOUND_0x2a="@string/reference_code_header_1"/>
<include layout="@layout/2131559335"/>
<com.scb.phone.view.custom.common.CommonInputViewGroup
id="@+id/ref_code_2"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp"
NOT_FOUND_0x27="@integer/2131427473"
NOT_FOUND_0x28="@string/reference_code_hint_2"
NOT_FOUND_0x29="0x6"
NOT_FOUND_0x2a="@string/reference_code_header_2"/>
</LinearLayout>
<LinearLayout
orientation="horizontal"
id="@+id/layout_bottom"
padding="8dp"
layout_width="match_parent"
layout_height="wrap_content">
<Button
enabled="false"
id="@+id/bt_next"
layout_width="0dp"
layout_height="wrap_content"
layout_margin="8dp"
text="@string/next"
layout_weight="1"
style="@style/2132017576"/>
</LinearLayout>
</LinearLayout>
</ScrollView>
</LinearLayout>