98 lines
5.1 KiB
XML
98 lines
5.1 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">
|
||
|
<FrameLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
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_0x10="@string/single_form_address_header_title"
|
||
|
NOT_FOUND_0x11="@drawable/ic_fund_address_header"
|
||
|
layout="@layout/2131559039"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<com.scb.phone.view.custom.singleform.CustomSingleFormAddressItem
|
||
|
id="@+id/item_id_card_address"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0xc="@string/auto_single_form_address_info_id_card_address_placeholder"
|
||
|
NOT_FOUND_0xd="@string/auto_single_form_address_info_id_card_address"/>
|
||
|
<com.scb.phone.view.custom.singleform.CustomSingleFormAddressItem
|
||
|
id="@+id/item_current_address"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0xc="@string/auto_single_form_address_info_current_address_placeholder"
|
||
|
NOT_FOUND_0xd="@string/auto_single_form_address_info_current_address"
|
||
|
NOT_FOUND_0xe="@string/auto_single_form_address_info_current_address_same_id_card"/>
|
||
|
<com.scb.phone.view.custom.singleform.CustomSingleFormAddressItem
|
||
|
id="@+id/item_work_address"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0xc="@string/auto_single_form_address_info_work_address_placeholder"
|
||
|
NOT_FOUND_0xd="@string/auto_single_form_address_info_work_address"
|
||
|
NOT_FOUND_0xe="@string/auto_single_form_address_info_work_address_same_id_card"
|
||
|
NOT_FOUND_0xf="@string/auto_single_form_address_info_work_address_same_current"/>
|
||
|
<com.scb.phone.view.custom.singleform.CustomSingleFormAddressItem
|
||
|
id="@+id/item_mailing_address"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0xd="@string/auto_single_form_address_info_mailing_address"
|
||
|
NOT_FOUND_0xe="@string/auto_single_form_address_info_mailing_address_same_id_card"
|
||
|
NOT_FOUND_0xf="@string/auto_single_form_address_info_mailing_address_same_current"
|
||
|
NOT_FOUND_0x14="false"/>
|
||
|
<com.scb.phone.view.custom.singleform.CustomSingleFormAddressRadioItem
|
||
|
id="@+id/item_new_mailing_address"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0xc="@string/auto_single_form_address_info_mailing_address_placeholder"
|
||
|
NOT_FOUND_0xd="@string/auto_single_form_address_info_mailing_address"
|
||
|
NOT_FOUND_0x12="@string/auto_single_form_address_info_mailing_address_same_id_card"
|
||
|
NOT_FOUND_0x13="@string/auto_single_form_address_info_mailing_address_same_current"
|
||
|
NOT_FOUND_0x14="true"/>
|
||
|
<TextView
|
||
|
layout_gravity="center_horizontal"
|
||
|
id="@+id/tv_email_remark"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="16dp"
|
||
|
text="@string/auto_single_form_address_info_email_remark"
|
||
|
style="@style/2132017964"/>
|
||
|
</LinearLayout>
|
||
|
<View
|
||
|
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_margin="16dp"
|
||
|
text="@string/next"
|
||
|
style="@style/2132017576"/>
|
||
|
</LinearLayout>
|
||
|
<FrameLayout
|
||
|
id="@+id/fm_layout_child_container"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"/>
|
||
|
</FrameLayout>
|
||
|
</ScrollView>
|