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

135 lines
4.9 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/thailand_address_section"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.CustomAddressInput
id="@+id/road"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x15="@string/auto_change_mailing_address_new_address_road_error"
NOT_FOUND_0x16="@string/auto_change_mailing_address_new_address_road_hint"
NOT_FOUND_0x17="@integer/2131427415"
NOT_FOUND_0x18="@string/auto_change_mailing_address_new_address_road_label"/>
<RelativeLayout
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<TextView
ellipsize="end"
id="@+id/section_province_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/auto_change_mailing_address_new_address_province_label"
lines="1"
style="@style/2132017876"/>
<TextView
id="@+id/section_province_title_mandatory_symbol"
visibility="visible"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/mandatory_symbol"
layout_toEndOf="@+id/section_province_title"
style="@style/2132017982"/>
</RelativeLayout>
<RelativeLayout
layout_gravity="center_horizontal"
id="@+id/select_province"
background="@drawable/bg_spinner"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="4dp"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<TextView
ellipsize="end"
id="@+id/province_label"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
hint="@string/auto_change_mailing_address_new_address_province_hint"
lines="1"
layout_centerVertical="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017876"/>
<ImageView
layout_gravity="center"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_expand_more_black_24dp"
layout_centerVertical="true"
contentDescription="@null"
rotation="-90"
layout_marginEnd="16dp"
layout_alignParentEnd="true"/>
</RelativeLayout>
<TextView
ellipsize="end"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/auto_change_mailing_address_new_address_district_label"
lines="1"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017876"/>
<TextView
ellipsize="end"
id="@+id/district_label"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
hint="@string/auto_change_mailing_address_new_address_district_hint"
lines="1"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017925"/>
<TextView
ellipsize="end"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/auto_change_mailing_address_new_address_subdistrict_label"
lines="1"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017876"/>
<TextView
ellipsize="end"
id="@+id/sub_district_label"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
hint="@string/auto_change_mailing_address_new_address_subdistrict_hint"
lines="1"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017925"/>
<TextView
ellipsize="end"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/auto_change_mailing_address_new_address_postcode_label"
lines="1"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017876"/>
<TextView
ellipsize="end"
id="@+id/postal_code_label"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp"
hint="@string/auto_change_mailing_address_new_address_postcode_hint"
lines="1"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017925"/>
</LinearLayout>