266 lines
8.9 KiB
XML
266 lines
8.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:button="http://schemas.android.com/apk/res-auto"
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
clickable="true"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<TextView
|
|
id="@+id/to_text_view"
|
|
padding="16dp"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/to"
|
|
style="@style/2132017849"/>
|
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayBiller
|
|
id="@+id/custom_transfer_and_pay_biller"
|
|
background="#ffffff"
|
|
paddingTop="16dp"
|
|
paddingBottom="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="0dp"/>
|
|
<View
|
|
background="#c9c6cd"
|
|
focusableInTouchMode="true"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/view_group_account_number"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
ellipsize="end"
|
|
id="@+id/reference_text_input_layout1"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
lines="1"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017876"/>
|
|
<com.scb.phone.view.custom.ScbEditText
|
|
textColorHint="#959199"
|
|
ellipsize="end"
|
|
id="@+id/reference_label_edit_text1"
|
|
background="@drawable/shape_gray_rounded_rectangle"
|
|
layout_width="match_parent"
|
|
layout_height="40dp"
|
|
layout_marginTop="8dp"
|
|
lines="1"
|
|
inputType="text"
|
|
imeOptions="actionNext"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
ellipsize="end"
|
|
id="@+id/reference_text_input_layout2"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
lines="1"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017876"/>
|
|
<com.scb.phone.view.custom.ScbEditText
|
|
textColorHint="#959199"
|
|
ellipsize="end"
|
|
id="@+id/reference_label_edit_text2"
|
|
background="@drawable/shape_gray_rounded_rectangle"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="40dp"
|
|
layout_marginTop="8dp"
|
|
lines="1"
|
|
inputType="text"
|
|
imeOptions="actionNext"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
ellipsize="end"
|
|
id="@+id/reference_text_input_layout3"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
lines="1"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017876"/>
|
|
<com.scb.phone.view.custom.ScbEditText
|
|
textColorHint="#959199"
|
|
ellipsize="end"
|
|
id="@+id/reference_label_edit_text3"
|
|
background="@drawable/shape_gray_rounded_rectangle"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="40dp"
|
|
layout_marginTop="8dp"
|
|
lines="1"
|
|
inputType="text"
|
|
imeOptions="actionNext"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017876"/>
|
|
<View
|
|
layout_marginTop="24dp"
|
|
style="@style/2132018228"/>
|
|
</LinearLayout>
|
|
<TextView
|
|
id="@+id/amount_text_view"
|
|
paddingTop="12dp"
|
|
paddingBottom="4dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/amount"
|
|
paddingStart="16dp"
|
|
style="@style/2132017849"/>
|
|
<RelativeLayout
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content">
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/amount_recycler_view"
|
|
background="#ffffff"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<View
|
|
id="@+id/bill_divider_view"
|
|
background="#c9c6cd"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
<com.scb.phone.view.custom.ScbTextInputLayout
|
|
id="@+id/bill_amount_text_input"
|
|
background="#ffffff"
|
|
paddingTop="8dp"
|
|
paddingBottom="24dp"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
NOT_FOUND_0x1c="@style/2132017859"
|
|
style="@style/2132017891">
|
|
<com.scb.phone.view.custom.common.AmountEditText
|
|
textColorHint="#959199"
|
|
gravity="end"
|
|
id="@+id/bill_amount_value_edit_text"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
inputType="numberDecimal"
|
|
imeOptions="actionDone"
|
|
style="@style/2132017891"/>
|
|
</com.scb.phone.view.custom.ScbTextInputLayout>
|
|
<include
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_centerInParent="true"
|
|
layout="@layout/2131559307"/>
|
|
</RelativeLayout>
|
|
<View
|
|
background="#c9c6cd"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
<include
|
|
id="@+id/limit_view_group_progress"
|
|
layout_width="match_parent"
|
|
layout_height="26dp"
|
|
layout_marginTop="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout="@layout/2131559301"/>
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/tv_remark_min_amount"
|
|
paddingTop="6dp"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
lineSpacingMultiplier="0.8"
|
|
paddingStart="12dp"
|
|
paddingEnd="12dp"
|
|
style="@style/2132017664"/>
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/remaining_limit_text_view"
|
|
paddingTop="6dp"
|
|
paddingBottom="12dp"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
lineSpacingMultiplier="0.8"
|
|
paddingStart="12dp"
|
|
paddingEnd="12dp"
|
|
style="@style/2132017664"/>
|
|
<TextView
|
|
id="@+id/more_options_text_view"
|
|
paddingTop="12dp"
|
|
paddingBottom="4dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/note_more_options"
|
|
textAllCaps="true"
|
|
paddingStart="16dp"
|
|
style="@style/2132017849"/>
|
|
<View
|
|
id="@+id/more_options_divider_view"
|
|
style="@style/2132018228"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/note_layout"
|
|
background="#ffffff"
|
|
paddingTop="16dp"
|
|
paddingBottom="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.common.NoteEditText
|
|
id="@+id/note_edit_text"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
</LinearLayout>
|
|
<View
|
|
id="@+id/more_options_devider_bottom"
|
|
style="@style/2132018228"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/schedule_layout"
|
|
background="#ffffff"
|
|
paddingTop="16dp"
|
|
paddingBottom="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.common.CustomScheduleView
|
|
id="@+id/schedule_view"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x1b="true"/>
|
|
</LinearLayout>
|
|
<com.scb.phone.view.custom.common.DefaultButton
|
|
id="@+id/button_continue"
|
|
background="@drawable/bg_button"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
layout_marginTop="26dp"
|
|
layout_marginBottom="26dp"
|
|
layout_marginStart="20dp"
|
|
layout_marginEnd="20dp"
|
|
NOT_FOUND_0x1d="@drawable/ripple_rounded_dark_purple"
|
|
NOT_FOUND_0x1e="@string/review"
|
|
NOT_FOUND_0x1f="@color/2131100912"/>
|
|
</LinearLayout>
|