63 lines
3.1 KiB
XML
63 lines
3.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:attr="http://schemas.android.com/apk/res-auto"
|
|
orientation="vertical"
|
|
id="@+id/first_section_layout"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.common.CustomAddressInput
|
|
id="@+id/house_no"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x6="@string/auto_change_mailing_address_new_address_house_number_hint"
|
|
NOT_FOUND_0x7="true"
|
|
NOT_FOUND_0x8="@integer/2131427419"
|
|
NOT_FOUND_0x9="@string/auto_change_mailing_address_new_address_house_number_label"/>
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.common.CustomAddressInput
|
|
id="@+id/unit"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_weight="1"
|
|
NOT_FOUND_0x5="@string/address_required_field"
|
|
NOT_FOUND_0x6="@string/auto_change_mailing_address_new_address_unit_hint"
|
|
NOT_FOUND_0x8="@integer/2131427418"
|
|
NOT_FOUND_0x9="@string/auto_change_mailing_address_new_address_unit_label"/>
|
|
<com.scb.phone.view.custom.common.CustomAddressInput
|
|
id="@+id/floor"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_weight="1"
|
|
NOT_FOUND_0x5="@string/address_required_field"
|
|
NOT_FOUND_0x6="@string/auto_change_mailing_address_new_address_floor_hint"
|
|
NOT_FOUND_0x8="@integer/2131427417"
|
|
NOT_FOUND_0x9="@string/auto_change_mailing_address_new_address_floor_label"/>
|
|
</LinearLayout>
|
|
<com.scb.phone.view.custom.common.CustomAddressInput
|
|
id="@+id/village"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x5="@string/auto_change_mailing_address_new_address_road_error"
|
|
NOT_FOUND_0x6="@string/enter_village"
|
|
NOT_FOUND_0x8="@integer/2131427415"
|
|
NOT_FOUND_0x9="@string/auto_change_mailing_address_new_address_building_label"/>
|
|
<com.scb.phone.view.custom.common.CustomAddressInput
|
|
id="@+id/moo"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x5="@string/auto_change_mailing_address_new_address_moo_error"
|
|
NOT_FOUND_0x6="@string/auto_change_mailing_address_new_address_moo_hint"
|
|
NOT_FOUND_0x8="@integer/2131427414"
|
|
NOT_FOUND_0x9="@string/auto_change_mailing_address_new_address_moo_label"/>
|
|
<com.scb.phone.view.custom.common.CustomAddressInput
|
|
id="@+id/alley"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x5="@string/auto_change_mailing_address_new_address_soi_error"
|
|
NOT_FOUND_0x6="@string/auto_change_mailing_address_new_address_soi_hint"
|
|
NOT_FOUND_0x8="@integer/2131427415"
|
|
NOT_FOUND_0x9="@string/auto_change_mailing_address_new_address_soi_label"/>
|
|
</LinearLayout>
|