78 lines
3.4 KiB
XML
78 lines
3.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.core.widget.NestedScrollView 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"
|
|
layout_weight="1">
|
|
<com.scb.phone.view.custom.investment.onboarding.CustomImageTitleHeader
|
|
id="@+id/custom_header"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0xb="@string/single_form_address_header_title"
|
|
NOT_FOUND_0xc="@drawable/ic_fund_address_header"
|
|
layout="@layout/2131559039"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/layout_options"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_weight="1">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
textSize="24sp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/onboarding_address_information_address_registered_with_scb"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
textSize="24sp"
|
|
id="@+id/tv_address_registered_with_scb"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
text="8 Ratchadapisek Rd. Jatujak, Bangkok, Thailand 10900"
|
|
style="@style/2132017925"/>
|
|
</LinearLayout>
|
|
<View
|
|
id="@+id/separator"
|
|
background="#c9c6cd"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
<com.scb.phone.view.custom.investment.scbs.open.OnboardingAddressInformationItemCustomView
|
|
id="@+id/item_house_registration"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<com.scb.phone.view.custom.investment.scbs.open.OnboardingAddressInformationItemCustomView
|
|
id="@+id/item_work_address"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<com.scb.phone.view.custom.investment.scbs.open.OnboardingAddressInformationItemCustomView
|
|
id="@+id/item_current_address"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<com.scb.phone.view.custom.investment.scbs.open.OnboardingAddressInformationItemCustomView
|
|
id="@+id/item_mailing_address"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
</LinearLayout>
|
|
<Button
|
|
id="@+id/bt_next"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
text="@string/onboarding_address_information_next"
|
|
layout_weight="1"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|