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

112 lines
4.3 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<TextView
id="@+id/tv_sender_personal_information_title"
padding="16dp"
layout_width="0dp"
layout_height="wrap_content"
text="@string/remittance_sender_address_review_sender_personal_information_input"
textAllCaps="true"
NOT_FOUND_0x1b="0"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1e="0"
style="@style/2132017849"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_swt_mobile_number"
background="#ffffff"
paddingBottom="16dp"
clickable="false"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x1b="0"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1d="@+id/tv_sender_personal_information_title">
<com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle
id="@+id/swt_mobile_number"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x19="@string/remittance_sender_address_review_sender_mobile_number_input_title"/>
<com.scb.phone.view.custom.common.CustomTextviewOutlineWithIcon
id="@+id/ctv_country_of_birth"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x15="@string/remittance_sender_search_country_of_birth_dropdown_hint"
NOT_FOUND_0x16="@drawable/icon_scbs_next_arrow"
NOT_FOUND_0x17="true"
NOT_FOUND_0x18="@string/remittance_sender_country_of_birth_input_title"
NOT_FOUND_0x1b="0"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1d="@+id/swt_mobile_number"/>
</LinearLayout>
<TextView
id="@+id/tv_sender_address_title"
padding="16dp"
layout_width="0dp"
layout_height="wrap_content"
text="@string/remittance_sender_address_review_sender_address_input"
textAllCaps="true"
NOT_FOUND_0x1b="0"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1d="@+id/ll_swt_mobile_number"
style="@style/2132017849"/>
<LinearLayout
orientation="vertical"
background="#ffffff"
padding="16dp"
clickable="false"
layout_width="0dp"
layout_height="wrap_content"
NOT_FOUND_0x1b="0"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1d="@+id/tv_sender_address_title">
<TextView
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="8dp"
text="@string/remittance_sender_address_review_sender_address_input_title"
style="@style/2132017836"/>
<LinearLayout
orientation="horizontal"
id="@+id/ll_sender_address_input_container"
background="@drawable/shape_gray_rounded_rectangle"
layout_width="match_parent"
layout_height="wrap_content"
paddingHorizontal="@dimen/2131165495"
paddingVertical="@dimen/2131165518">
<TextView
textColorHint="#c9c6cd"
id="@+id/tv_sender_address"
layout_width="0dp"
layout_height="wrap_content"
hint="@string/remittance_sender_address_review_sender_address_input_hint"
layout_weight="1"
style="@style/2132017876"/>
<Space
layout_width="8dp"
layout_height="wrap_content"/>
<ImageView
layout_gravity="center_vertical"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/black_arrow"
contentDescription="@null"/>
</LinearLayout>
</LinearLayout>
<Button
enabled="false"
id="@+id/bt_next"
layout_width="0dp"
layout_height="wrap_content"
layout_marginBottom="24dp"
text="@string/next_button"
layout_marginHorizontal="@dimen/2131165433"
NOT_FOUND_0x1a="0"
NOT_FOUND_0x1b="0"
NOT_FOUND_0x1c="0"
style="@style/2132017576"/>
</androidx.constraintlayout.widget.ConstraintLayout>