74 lines
3.3 KiB
XML
74 lines
3.3 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">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
background="#ffffff"
|
||
|
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_0xd="@string/mf_onboarding_address_main_what_is_your_address"
|
||
|
NOT_FOUND_0xe="@drawable/ic_fund_address_header"
|
||
|
layout="@layout/2131559039"/>
|
||
|
<TextView
|
||
|
ellipsize="end"
|
||
|
id="@+id/label_address_title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/mf_onboarding_address_main_registered"
|
||
|
lines="1"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017876"/>
|
||
|
<TextView
|
||
|
ellipsize="end"
|
||
|
id="@+id/label_address_desc"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
text=""
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017925"/>
|
||
|
<com.scb.phone.view.custom.investment.onboarding.CustomFundAddressDetail
|
||
|
id="@+id/custom_address_detail_home"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
NOT_FOUND_0xf="@string/mf_onboarding_address_main_home_nav_checkbox_desc"
|
||
|
NOT_FOUND_0x11="@string/mf_onboarding_address_main_home_nav_placeholder"
|
||
|
NOT_FOUND_0x12="@string/mf_onboarding_address_main_home_nav_title"
|
||
|
layout="@layout/2131559277"/>
|
||
|
<com.scb.phone.view.custom.investment.onboarding.CustomFundAddressDetail
|
||
|
id="@+id/custom_address_detail_mail"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="16dp"
|
||
|
NOT_FOUND_0xf="@string/mf_onboarding_address_main_mail_nav_checkbox_1_desc"
|
||
|
NOT_FOUND_0x10="@string/mf_onboarding_address_main_mail_nav_checkbox_2_desc"
|
||
|
NOT_FOUND_0x11="@string/mf_onboarding_address_main_mail_nav_placeholder"
|
||
|
NOT_FOUND_0x12="@string/mf_onboarding_address_main_mail_nav_title"
|
||
|
layout="@layout/2131559277"/>
|
||
|
</LinearLayout>
|
||
|
<Button
|
||
|
id="@+id/button_next"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="16dp"
|
||
|
text="@string/next"
|
||
|
style="@style/2132017576"/>
|
||
|
</LinearLayout>
|
||
|
</ScrollView>
|