134 lines
5.5 KiB
XML
134 lines
5.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<TextView
|
|
textStyle="bold"
|
|
id="@+id/tv_address_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="16dp"
|
|
text="@string/single_form_address_header_title"
|
|
layout_weight="1"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017881"/>
|
|
<com.scb.phone.view.custom.investment.scbs.open.OnboardingInputAddressItemCustomView
|
|
id="@+id/custom_view_house_number"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.investment.scbs.open.OnboardingInputAddressItemCustomView
|
|
id="@+id/custom_view_unit"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_weight="1"/>
|
|
<com.scb.phone.view.custom.investment.scbs.open.OnboardingInputAddressItemCustomView
|
|
id="@+id/custom_view_floor"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_weight="1"/>
|
|
</LinearLayout>
|
|
<com.scb.phone.view.custom.investment.scbs.open.OnboardingInputAddressItemCustomView
|
|
id="@+id/custom_view_village_building"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<com.scb.phone.view.custom.investment.scbs.open.OnboardingInputAddressItemCustomView
|
|
id="@+id/custom_view_moo"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<com.scb.phone.view.custom.investment.scbs.open.OnboardingInputAddressItemCustomView
|
|
id="@+id/custom_view_soi"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<com.scb.phone.view.custom.investment.scbs.open.OnboardingInputAddressItemCustomView
|
|
id="@+id/custom_view_road"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<com.scb.phone.view.custom.investment.scbs.open.OnboardingAddressInformationItemCustomView
|
|
id="@+id/custom_view_province"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
textSize="24sp"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/onboarding_input_address_district"
|
|
style="@style/2132017834"/>
|
|
<TextView
|
|
textSize="24sp"
|
|
id="@+id/tv_district_autofilled"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/onboarding_input_address_will_be_autofilled"
|
|
style="@style/2132017923"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
textSize="24sp"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/onboarding_input_address_sub_district"
|
|
style="@style/2132017834"/>
|
|
<TextView
|
|
textSize="24sp"
|
|
id="@+id/tv_subdistrict_autofilled"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/onboarding_input_address_will_be_autofilled"
|
|
style="@style/2132017923"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
textSize="24sp"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/onboarding_input_address_postal_code"
|
|
style="@style/2132017834"/>
|
|
<TextView
|
|
textSize="24sp"
|
|
id="@+id/tv_postal_code_autofilled"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/onboarding_input_address_will_be_autofilled"
|
|
style="@style/2132017923"/>
|
|
</LinearLayout>
|
|
<Button
|
|
id="@+id/bt_next"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
text="@string/onboarding_input_address_next"
|
|
layout_weight="1"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|