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

161 lines
6.2 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<FrameLayout
id="@+id/fragment_account_source_select"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="wrap_content"/>
<FrameLayout
id="@+id/container"
layout_width="match_parent"
layout_height="wrap_content"/>
<TextView
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/review_amount"
textAllCaps="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017849"/>
<View
layout_marginTop="8dp"
style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
background="#ffffff"
paddingTop="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.ScbTextInputLayout
id="@+id/text_error_input_layout"
background="#ffffff"
paddingTop="8dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x16="false"
NOT_FOUND_0x17="@style/2132017858">
<com.scb.phone.view.custom.common.AmountEditText
gravity="end"
id="@+id/edit_amount"
layout_width="match_parent"
layout_height="wrap_content"
hint="@string/transfer_to_account_amount_hint"
inputType="numberDecimal"
imeOptions="actionDone"
style="@style/2132017891"/>
</com.scb.phone.view.custom.ScbTextInputLayout>
<View
layout_marginTop="16dp"
style="@style/2132018228"/>
</LinearLayout>
<include
layout_width="match_parent"
layout_height="26dp"
layout_marginTop="16dp"
layout_marginEnd="16dp"
layout="@layout/2131559301"/>
<include layout="@layout/2131559259"/>
<TextView
layout_gravity="end"
id="@+id/text_limit_incremental_text_view"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017664"/>
<TextView
id="@+id/tv_select_account_label"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
textAllCaps="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017849"/>
<View
layout_marginTop="8dp"
style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
id="@+id/layout_foreigner_spouse"
background="#ffffff"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle
id="@+id/custom_spinner_main_account"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x14="@string/etb_set_detail_select_main_account_hint"
NOT_FOUND_0x15="@string/etb_set_detail_select_main_account"
layout="@layout/2131559361"/>
<View
layout_marginTop="16dp"
style="@style/2132018228"/>
<com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle
id="@+id/custom_spinner_date_of_deduction"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x14="@string/etb_set_detail_date_of_deduction_hint"
NOT_FOUND_0x15="@string/etb_set_detail_date_of_deduction"
layout="@layout/2131559361"/>
</LinearLayout>
<View style="@style/2132018228"/>
<TextView
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/etb_set_detail_concent"
textAllCaps="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017849"/>
<View
layout_marginTop="8dp"
style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
id="@+id/layout_foreigner_spousex"
background="#ffffff"
paddingTop="8dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<CheckBox
gravity="top"
id="@+id/checkbox_consent"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginStart="16dp"
layout_marginEnd="12dp"
style="@style/2132017684"/>
</LinearLayout>
<View style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
id="@+id/layout_bottom"
layout_width="match_parent"
layout_height="wrap_content">
<Button
id="@+id/button_next"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/next"
style="@style/2132017576"/>
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>