157 lines
5.0 KiB
XML
157 lines
5.0 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
background="#f5f3f6"
|
||
|
clickable="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<View
|
||
|
background="#eae7ec"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"/>
|
||
|
<RelativeLayout
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
id="@+id/item_icon_image_view"
|
||
|
layout_width="54dp"
|
||
|
layout_height="54dp"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
layout_centerVertical="true"
|
||
|
layout_marginStart="16dp"/>
|
||
|
<TextView
|
||
|
id="@+id/item_title_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_centerVertical="true"
|
||
|
layout_marginStart="8dp"
|
||
|
layout_toEndOf="@+id/item_icon_image_view"
|
||
|
style="@style/2132017876"/>
|
||
|
<RelativeLayout
|
||
|
id="@+id/item_back_icon_relative_layout"
|
||
|
clickable="true"
|
||
|
layout_width="48dp"
|
||
|
layout_height="48dp"
|
||
|
layout_alignParentRight="true"
|
||
|
layout_centerVertical="true"
|
||
|
layout_alignParentEnd="true">
|
||
|
<ImageView
|
||
|
id="@+id/back_icon_image_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/ic_close_24dp"
|
||
|
tint="#7631c1"
|
||
|
layout_centerInParent="true"
|
||
|
contentDescription="@null"/>
|
||
|
<View
|
||
|
id="@+id/iv_close_button"
|
||
|
background="@drawable/ripple_rounded_purple"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
layout_centerVertical="true"/>
|
||
|
</RelativeLayout>
|
||
|
</RelativeLayout>
|
||
|
<View
|
||
|
background="#eae7ec"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"/>
|
||
|
<TextView
|
||
|
textColor="#736e78"
|
||
|
id="@+id/tv_fee"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017916"/>
|
||
|
<TextView
|
||
|
textColor="#736e78"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="8dp"
|
||
|
text="@string/review_amount"
|
||
|
textAllCaps="true"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017923"/>
|
||
|
<View
|
||
|
background="#eae7ec"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/amount_layout"
|
||
|
background="#ffffff"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<com.scb.phone.view.custom.common.AmountEditText
|
||
|
gravity="end"
|
||
|
id="@+id/et_amount"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
inputType="numberDecimal"
|
||
|
imeOptions="actionDone"
|
||
|
style="@style/2132017891"/>
|
||
|
<TextView
|
||
|
textColor="#f05f61"
|
||
|
id="@+id/tv_inline_error"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017916"/>
|
||
|
</LinearLayout>
|
||
|
<View
|
||
|
background="#eae7ec"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"/>
|
||
|
<TextView
|
||
|
textColor="#736e78"
|
||
|
gravity="end"
|
||
|
id="@+id/tv_amount_need_to_be_divisible"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017916"/>
|
||
|
<TextView
|
||
|
textColor="#736e78"
|
||
|
gravity="end"
|
||
|
id="@+id/tv_daily_limit"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017916"/>
|
||
|
<View
|
||
|
background="#eae7ec"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"
|
||
|
layout_marginTop="24dp"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/note_layout"
|
||
|
background="#ffffff"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
textColor="#736e78"
|
||
|
gravity="center"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/banking_qr_remark"
|
||
|
style="@style/2132017925"/>
|
||
|
</LinearLayout>
|
||
|
<View
|
||
|
background="#eae7ec"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"/>
|
||
|
</LinearLayout>
|