386 lines
14 KiB
XML
386 lines
14 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_0x1e="@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/2132017679"/>
|
|
<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/2132017679"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_layout_coin"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_pay_later"
|
|
paddingTop="12dp"
|
|
paddingBottom="4dp"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/billpayment_bnpl_use_coin_title"
|
|
layout_marginStart="16dp"
|
|
NOT_FOUND_0x22="0"
|
|
NOT_FOUND_0x24="0"
|
|
style="@style/2132017849"/>
|
|
<TextView
|
|
id="@+id/tv_see_condition"
|
|
paddingTop="12dp"
|
|
paddingBottom="4dp"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/billpayment_bnpl_use_coin_condition"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x20="0"
|
|
NOT_FOUND_0x24="0"
|
|
style="@style/2132017966"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<com.scb.phone.view.custom.ScbTextInputLayout
|
|
id="@+id/input_layout"
|
|
background="#ffffff"
|
|
paddingTop="8dp"
|
|
paddingBottom="24dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
NOT_FOUND_0x1e="@style/2132017859"
|
|
NOT_FOUND_0x20="0"
|
|
NOT_FOUND_0x22="0"
|
|
NOT_FOUND_0x23="@+id/tv_pay_later"
|
|
style="@style/2132017891">
|
|
<com.scb.phone.view.custom.common.AmountEditText
|
|
textColorHint="#959199"
|
|
gravity="end"
|
|
id="@+id/edt_coin"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
inputType="number"
|
|
imeOptions="actionDone"
|
|
NOT_FOUND_0x28="false"
|
|
style="@style/2132017891"/>
|
|
</com.scb.phone.view.custom.ScbTextInputLayout>
|
|
<View
|
|
background="#c9c6cd"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
NOT_FOUND_0x23="@+id/input_layout"/>
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
layout_gravity="center"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
NOT_FOUND_0x23="@+id/input_layout">
|
|
<ImageView
|
|
layout_width="24dp"
|
|
layout_height="24dp"
|
|
src="@drawable/ic_bnpl_coin"
|
|
NOT_FOUND_0x1f="0"
|
|
NOT_FOUND_0x21="@+id/tv_remark_coin_range"
|
|
NOT_FOUND_0x24="0"/>
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/tv_remark_coin_range"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
lineSpacingMultiplier="0.8"
|
|
paddingStart="8dp"
|
|
paddingEnd="16dp"
|
|
NOT_FOUND_0x1f="0"
|
|
NOT_FOUND_0x20="0"
|
|
NOT_FOUND_0x24="0"
|
|
style="@style/2132017679"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</LinearLayout>
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
id="@+id/cs_layout_select_month"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_select_month"
|
|
paddingTop="12dp"
|
|
paddingBottom="4dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/billpayment_bnpl_select_month_title"
|
|
paddingStart="16dp"
|
|
NOT_FOUND_0x20="0"
|
|
NOT_FOUND_0x22="0"
|
|
NOT_FOUND_0x24="0"
|
|
style="@style/2132017849"/>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rv_select_month"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x23="@+id/tv_select_month"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<include
|
|
id="@+id/cs_layout_bnpl_detail"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout="@layout/2131558843"/>
|
|
<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_0x1d="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_0x25="@drawable/ripple_rounded_dark_purple"
|
|
NOT_FOUND_0x26="@string/review"
|
|
NOT_FOUND_0x27="@color/2131100912"/>
|
|
</LinearLayout>
|