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

176 lines
7.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
id="@+id/root_view"
focusable="true"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/bond_account"
textAllCaps="true"
layout_marginStart="16dp"
style="@style/2132017849"/>
<com.scb.phone.view.custom.easycash.CustomAccountSelector
id="@+id/bond_account_selector"
layout_width="match_parent"
layout_height="wrap_content"/>
<TextView
id="@+id/tv_select_bond_label"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/purchase_bond"
textAllCaps="true"
layout_marginStart="16dp"
style="@style/2132017849"/>
<LinearLayout
orientation="vertical"
background="@drawable/bg_white_with_border"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.CustomInfoArrow
id="@+id/bond_selection"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x1f="@string/select_bond"
NOT_FOUND_0x22="@string/bond"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
id="@+id/price_per_unit"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x18="false"
NOT_FOUND_0x19="@string/price_per_unit"/>
</LinearLayout>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/bond_input_pay_by"
textAllCaps="true"
layout_marginStart="16dp"
style="@style/2132017849"/>
<FrameLayout
id="@+id/fragment_account_source_select"
background="#ffffff"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"/>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/amount"
textAllCaps="true"
layout_marginStart="16dp"
style="@style/2132017849"/>
<LinearLayout
orientation="vertical"
background="@drawable/bg_white_with_border"
paddingTop="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<com.google.android.material.textfield.TextInputLayout
id="@+id/amount_input_layout"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x1b="false"
NOT_FOUND_0x1c="@style/2132017858"
NOT_FOUND_0x1d="false">
<com.scb.phone.view.custom.common.AmountEditText
gravity="end"
id="@+id/amount_edit_text"
layout_width="match_parent"
layout_height="wrap_content"
inputType="numberDecimal"
imeOptions="actionDone"
NOT_FOUND_0x1a="15"
style="@style/2132017891"/>
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>
<LinearLayout
orientation="vertical"
background="@drawable/bg_white_with_border"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp">
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
id="@+id/unit"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x18="true"
NOT_FOUND_0x19="@string/no_of_unit"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
id="@+id/amount_payable"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x18="false"
NOT_FOUND_0x19="@string/payable_amount"/>
</LinearLayout>
<TextView
gravity="center"
id="@+id/bond_calculation_disclaimer"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017844"/>
<TextView
id="@+id/tv_bond_mobile_number_label"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/auto_purchase_bond_dlt_send_allocation_result"
textAllCaps="true"
layout_marginStart="16dp"
style="@style/2132017849"/>
<LinearLayout
orientation="vertical"
background="@drawable/bg_white_with_border"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp">
<com.scb.phone.view.custom.common.TintInputViewGroup
id="@+id/ivg_mobile_number"
focusable="true"
focusableInTouchMode="true"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp"
NOT_FOUND_0x15="@drawable/arrow_down"
NOT_FOUND_0x16="0x3"
NOT_FOUND_0x17="@string/hml_personal_info_mobile_number"/>
</LinearLayout>
<TextView
gravity="center"
id="@+id/bond_account_disclaimer"
background="@drawable/bg_white_with_border"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017849"/>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/review_button"
background="@drawable/bg_button"
layout_width="match_parent"
layout_height="50dp"
layout_margin="16dp"
NOT_FOUND_0x1e="@drawable/ripple_rounded_purple"
NOT_FOUND_0x20="@string/review"
NOT_FOUND_0x21="@color/2131100912"/>
</LinearLayout>
</ScrollView>