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

141 lines
5.0 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:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp">
<com.google.android.material.textfield.TextInputLayout
theme="@style/2132017488"
id="@+id/fund_amount_value_input_layout"
background="#ffffff"
paddingTop="10dp"
paddingBottom="10dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp"
NOT_FOUND_0x18="false">
<com.scb.phone.view.custom.common.AmountEditText
gravity="end"
id="@+id/fund_amount_value_edit_text"
focusable="true"
layout_width="match_parent"
layout_height="wrap_content"
inputType="numberDecimal"
windowSoftInputMode="adjustResize|stateHidden"
imeOptions="actionDone"
style="@style/2132017957"/>
</com.google.android.material.textfield.TextInputLayout>
<com.google.android.material.textfield.TextInputLayout
theme="@style/2132017488"
id="@+id/fund_units_value_input_layout"
background="#ffffff"
paddingTop="10dp"
paddingBottom="10dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<com.scb.phone.view.custom.common.UnitsEditText
gravity="end"
id="@+id/fund_units_value_edit_text"
focusable="true"
layout_width="match_parent"
layout_height="wrap_content"
inputType="numberDecimal"
windowSoftInputMode="adjustResize|stateHidden"
imeOptions="actionDone"
style="@style/2132017957"/>
</com.google.android.material.textfield.TextInputLayout>
<LinearLayout
orientation="vertical"
id="@+id/all_container_layout"
background="#ffffff"
focusableInTouchMode="true"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="horizontal"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="center"
paddingTop="10dp"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/mf_amount_label_baht"
paddingEnd="16dp"
style="@style/2132017876"/>
<TextView
gravity="center"
id="@+id/transaction_amount_text_view"
paddingTop="10dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="20dp"
paddingEnd="20dp"
style="@style/2132017876"/>
</LinearLayout>
<LinearLayout
orientation="horizontal"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="center"
paddingTop="10dp"
paddingBottom="10dp"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/mf_amount_label_units"
paddingEnd="16dp"
style="@style/2132017876"/>
<TextView
gravity="center"
id="@+id/transaction_units_text_view"
paddingTop="10dp"
paddingBottom="10dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="20dp"
paddingEnd="20dp"
style="@style/2132017876"/>
</LinearLayout>
</LinearLayout>
<LinearLayout
orientation="horizontal"
id="@+id/ll_fund_available_unit_section"
background="#ffffff"
focusableInTouchMode="true"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="10dp">
<TextView
ellipsize="none"
gravity="start|top"
layout_gravity="fill"
id="@+id/tv_fund_period_title"
layout_width="0dp"
layout_height="wrap_content"
text="@string/redeem_ltf_text"
minLines="2"
scrollHorizontally="false"
layout_weight="1"
style="@style/2132017876"/>
<TextView
gravity="end|top"
id="@+id/tv_fund_available_unit"
layout_width="wrap_content"
layout_height="wrap_content"
paddingStart="20dp"
paddingEnd="20dp"
style="@style/2132017876"/>
</LinearLayout>
</LinearLayout>