what-the-bank/resources/res/layout/2131558914.xml

70 lines
2.6 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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_0x8="@string/enter_house_number"
NOT_FOUND_0x9="true"
NOT_FOUND_0xa="9"
NOT_FOUND_0xb="@string/house_number"/>
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
weightSum="1">
<com.scb.phone.view.custom.common.CustomAddressInput
id="@+id/unit"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="0.5"
NOT_FOUND_0x7="@string/address_required_field"
NOT_FOUND_0x8="@string/enter_unit"
NOT_FOUND_0xa="7"
NOT_FOUND_0xb="@string/unit"/>
<com.scb.phone.view.custom.common.CustomAddressInput
id="@+id/floor"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="0.5"
NOT_FOUND_0x7="@string/address_required_field"
NOT_FOUND_0x8="@string/enter_floor"
NOT_FOUND_0xa="5"
NOT_FOUND_0xb="@string/floor"/>
</LinearLayout>
<com.scb.phone.view.custom.common.CustomAddressInput
id="@+id/village"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x7="@string/address_required_field"
NOT_FOUND_0x8="@string/enter_village"
NOT_FOUND_0xa="30"
NOT_FOUND_0xb="@string/village"/>
<com.scb.phone.view.custom.common.CustomAddressInput
id="@+id/moo"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x8="@string/enter_moo"
NOT_FOUND_0xa="3"
NOT_FOUND_0xb="@string/moo"/>
<com.scb.phone.view.custom.common.CustomAddressInput
id="@+id/trok"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x8="@string/enter_trok"
NOT_FOUND_0xa="@integer/2131427407"
NOT_FOUND_0xb="@string/trok"/>
<com.scb.phone.view.custom.common.CustomAddressInput
id="@+id/alley"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x8="@string/enter_alley"
NOT_FOUND_0xa="@integer/2131427409"
NOT_FOUND_0xb="@string/alley"/>
</LinearLayout>