181 lines
8.6 KiB
XML
181 lines
8.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
fillViewport="true">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_container"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.investment.onboarding.CustomImageTitleHeader
|
|
id="@+id/custom_header"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x1a="@string/single_form_marital_status_title_desc"
|
|
NOT_FOUND_0x1b="@drawable/ic_fund_marital_header"
|
|
layout="@layout/2131559039"/>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rv_marital_status"
|
|
background="#ffffff"
|
|
padding="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="144dp"
|
|
nestedScrollingEnabled="false"
|
|
NOT_FOUND_0x1e="androidx.recyclerview.widget.GridLayoutManager"
|
|
NOT_FOUND_0x1f="@integer/2131427478"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_married_section"
|
|
background="#ffffff"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_description"
|
|
background="#f5f3f6"
|
|
paddingTop="24dp"
|
|
paddingBottom="24dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_single_form_marital_status_disclose_question"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017875"/>
|
|
<RadioGroup
|
|
orientation="horizontal"
|
|
id="@+id/rg_disclose_section"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="64dp">
|
|
<RadioButton
|
|
id="@+id/rdb_disclose"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/auto_single_form_marital_status_disclose_answer"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x14="@drawable/radio_button_tint_selector"
|
|
style="@style/2132017876"/>
|
|
<RadioButton
|
|
id="@+id/rdb_not_disclose"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/auto_single_form_marital_status_not_disclose_answer"
|
|
NOT_FOUND_0x14="@drawable/radio_button_tint_selector"
|
|
style="@style/2132017876"/>
|
|
</RadioGroup>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_disclose_section"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle
|
|
id="@+id/custom_spinner_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginEnd="118dp"
|
|
NOT_FOUND_0x1c="@string/mf_onboarding_marital_status_q1_placeholder"
|
|
NOT_FOUND_0x1d="@string/mf_onboarding_marital_status_q1_title"/>
|
|
<com.scb.phone.view.custom.common.CommonInputViewGroup
|
|
id="@+id/custom_input_first_name"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x15="@integer/2131427347"
|
|
NOT_FOUND_0x16="@string/mf_onboarding_marital_status_q2_placeholder"
|
|
NOT_FOUND_0x17="0x5"
|
|
NOT_FOUND_0x19="@string/mf_onboarding_marital_status_q2_title"/>
|
|
<com.scb.phone.view.custom.common.CommonInputViewGroup
|
|
id="@+id/custom_input_middle_name"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x15="@integer/2131427347"
|
|
NOT_FOUND_0x16="@string/mf_onboarding_marital_status_q3_placeholder"
|
|
NOT_FOUND_0x17="0x5"
|
|
NOT_FOUND_0x19="@string/mf_onboarding_marital_status_q3_title"/>
|
|
<com.scb.phone.view.custom.common.CommonInputViewGroup
|
|
id="@+id/custom_input_last_name"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x15="@integer/2131427347"
|
|
NOT_FOUND_0x16="@string/mf_onboarding_marital_status_q4_placeholder"
|
|
NOT_FOUND_0x17="0x5"
|
|
NOT_FOUND_0x19="@string/mf_onboarding_marital_status_q4_title"/>
|
|
<RadioGroup
|
|
orientation="horizontal"
|
|
id="@+id/rg_nationality_section"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="64dp">
|
|
<RadioButton
|
|
id="@+id/rbd_thai"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/mf_onboarding_marital_status_radio_thai"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x14="@drawable/radio_button_tint_selector"
|
|
style="@style/2132017876"/>
|
|
<RadioButton
|
|
id="@+id/rbd_foreigner"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/mf_onboarding_marital_status_radio_foreigner"
|
|
NOT_FOUND_0x14="@drawable/radio_button_tint_selector"
|
|
style="@style/2132017876"/>
|
|
</RadioGroup>
|
|
<com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle
|
|
id="@+id/custom_spinner_country"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x1c="@string/single_form_marital_status_select_country_placeholder"
|
|
NOT_FOUND_0x1d="@string/single_form_marital_status_select_country_title"
|
|
layout="@layout/2131559361"/>
|
|
<com.scb.phone.view.custom.common.CommonInputViewGroup
|
|
id="@+id/custom_input_passport_id"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x15="@integer/2131427348"
|
|
NOT_FOUND_0x16="@string/mf_onboarding_marital_status_fore_q2_placeholder"
|
|
NOT_FOUND_0x17="0x6"
|
|
NOT_FOUND_0x19="@string/mf_onboarding_marital_status_fore_q2_title"/>
|
|
<com.scb.phone.view.custom.common.CommonInputViewGroup
|
|
id="@+id/custom_input_national_id"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
NOT_FOUND_0x15="@integer/2131427344"
|
|
NOT_FOUND_0x16="@string/mf_onboarding_marital_status_thai_q1_placeholder"
|
|
NOT_FOUND_0x17="0x6"
|
|
NOT_FOUND_0x18="0x3"
|
|
NOT_FOUND_0x19="@string/mf_onboarding_marital_status_thai_q1_title"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
<Space
|
|
layout_width="wrap_content"
|
|
layout_height="0dp"
|
|
layout_weight="1"/>
|
|
<Button
|
|
enabled="false"
|
|
id="@+id/bt_next"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp"
|
|
layout_marginBottom="24dp"
|
|
text="@string/next"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|
|
</ScrollView>
|