55 lines
2.0 KiB
XML
55 lines
2.0 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/other_country_address_section"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.common.CustomAddressInput
|
|
id="@+id/other_country_road"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x7="@string/enter_road"
|
|
NOT_FOUND_0x8="true"
|
|
NOT_FOUND_0x9="30"
|
|
NOT_FOUND_0xa="@string/road"/>
|
|
<com.scb.phone.view.custom.common.CustomAddressInput
|
|
id="@+id/other_country_district"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x7="@string/ntb_enter_district"
|
|
NOT_FOUND_0x9="30"
|
|
NOT_FOUND_0xa="@string/ntb_district"/>
|
|
<com.scb.phone.view.custom.common.CustomAddressInput
|
|
id="@+id/city"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x7="@string/enter_city"
|
|
NOT_FOUND_0x8="true"
|
|
NOT_FOUND_0x9="30"
|
|
NOT_FOUND_0xa="@string/city"/>
|
|
<com.scb.phone.view.custom.common.CustomAddressInput
|
|
id="@+id/state"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x7="@string/enter_state"
|
|
NOT_FOUND_0x8="true"
|
|
NOT_FOUND_0x9="30"
|
|
NOT_FOUND_0xa="@string/state"/>
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
weightSum="1">
|
|
<com.scb.phone.view.custom.common.CustomAddressInput
|
|
id="@+id/zip_code"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_weight="0.5"
|
|
NOT_FOUND_0x7="@string/enter_zip_code"
|
|
NOT_FOUND_0x8="true"
|
|
NOT_FOUND_0x9="5"
|
|
NOT_FOUND_0xa="@string/zip_code"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|