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

176 lines
6.1 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"
layout_width="match_parent"
layout_height="match_parent">
<TextView
background="#f5f3f6"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/auto_ccsof_input_to"
style="@style/2132017849"/>
<View style="@style/2132018228"/>
<RelativeLayout
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/iv_image_icon"
layout_width="50dp"
layout_height="50dp"
layout_marginTop="16dp"
layout_marginBottom="16dp"
src="@drawable/biller_place_holder"
layout_centerVertical="true"
contentDescription="@null"
layout_marginStart="16dp"/>
<RelativeLayout
paddingTop="8dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_centerVertical="true"
layout_marginStart="8dp"
layout_toEndOf="@+id/iv_image_icon">
<TextView
ellipsize="end"
id="@+id/tv_merchant_title"
visibility="visible"
layout_width="match_parent"
layout_height="wrap_content"
maxLines="2"
style="@style/2132017876"/>
<TextView
id="@+id/tv_merchant_id"
visibility="visible"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/tv_merchant_title"
style="@style/2132017664"/>
</RelativeLayout>
</RelativeLayout>
<View style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
background="#ffffff"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
layout_width="match_parent"
layout_height="wrap_content"
text="@string/auto_ccsof_input_ref"
style="@style/2132017876"/>
<com.scb.phone.view.custom.ScbEditText
enabled="false"
textColorHint="#959199"
ellipsize="end"
id="@+id/et_reference_label_input1"
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"
style="@style/2132017876"/>
</LinearLayout>
<View style="@style/2132018228"/>
<TextView
background="#f5f3f6"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/auto_ccsof_input_amount"
style="@style/2132017849"/>
<RelativeLayout
background="#ffffff"
padding="16dp"
layout_width="wrap_content"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.AmountEditText
textColorHint="#959199"
gravity="end"
id="@+id/tv_amount"
layout_width="match_parent"
layout_height="wrap_content"
inputType="numberDecimal"
imeOptions="actionDone"
style="@style/2132017891"/>
</RelativeLayout>
<LinearLayout
gravity="center_vertical"
orientation="vertical"
id="@+id/ll_installmentPlan"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
background="#f5f3f6"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/auto_ccsof_input_installment_plan"
style="@style/2132017849"/>
<LinearLayout
gravity="center_vertical"
orientation="horizontal"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<CheckBox
id="@+id/cb_apply_cc_ipp"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="8dp"
layout_marginStart="16dp"
style="@style/2132017844"/>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp"
text="@string/auto_ccsof_input_apply_installment_msg"
layout_marginStart="8dp"
layout_marginEnd="16dp"
style="@style/2132017876"/>
</LinearLayout>
</LinearLayout>
<include layout="@layout/2131559388"/>
<TextView
background="#f5f3f6"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/auto_ccsof_input_more_options"
style="@style/2132017849"/>
<View style="@style/2132018228"/>
<com.scb.phone.view.custom.common.NoteEditText
orientation="vertical"
id="@+id/note_edit_text"
background="#ffffff"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/button_review"
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>