199 lines
8.7 KiB
XML
199 lines
8.7 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">
|
||
|
<include layout="@layout/2131559376"/>
|
||
|
<androidx.core.widget.NestedScrollView
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
focusableInTouchMode="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
background="#ffffff"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/proxy_number_title_text_view"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/request_money_from"
|
||
|
style="@style/2132017876"/>
|
||
|
<RelativeLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="10dp">
|
||
|
<ImageView
|
||
|
id="@+id/proxy_number_image_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/icon_prompt_pay_mobile"/>
|
||
|
<ImageView
|
||
|
id="@+id/proxy_number_edit_image_view"
|
||
|
background="?attr/selectableItemBackgroundBorderless"
|
||
|
clickable="true"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/ic_edit_black_24dp"
|
||
|
scaleType="fitCenter"
|
||
|
tint="#7631c1"
|
||
|
layout_alignParentRight="true"
|
||
|
layout_centerVertical="true"
|
||
|
contentDescription="@null"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/proxy_number_info_layout"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_centerVertical="true"
|
||
|
layout_marginStart="10dp"
|
||
|
layout_marginEnd="10dp"
|
||
|
layout_toStartOf="@+id/proxy_number_edit_image_view"
|
||
|
layout_toEndOf="@+id/proxy_number_image_view">
|
||
|
<TextView
|
||
|
ellipsize="end"
|
||
|
id="@+id/proxy_number_request_name_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
maxLines="1"
|
||
|
style="@style/2132017876"/>
|
||
|
<TextView
|
||
|
id="@+id/proxy_number_request_number_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
maxLines="1"
|
||
|
style="@style/2132017924"/>
|
||
|
</LinearLayout>
|
||
|
</RelativeLayout>
|
||
|
</LinearLayout>
|
||
|
<fragment
|
||
|
name="com.scb.phone.view.fragment.requesttopay.PromptPayTargetSelectFragment"
|
||
|
id="@+id/fragment_account_source_select"
|
||
|
tag="@string/transfer_tab"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
<TextView
|
||
|
id="@+id/amount_text_view"
|
||
|
background="@drawable/border_gray_bg_lighter_gray"
|
||
|
paddingTop="12dp"
|
||
|
paddingBottom="4dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/amount"
|
||
|
paddingStart="16dp"
|
||
|
style="@style/2132017919"/>
|
||
|
<com.google.android.material.textfield.TextInputLayout
|
||
|
theme="@style/2132017488"
|
||
|
id="@+id/amount_text_input"
|
||
|
background="#ffffff"
|
||
|
paddingTop="8dp"
|
||
|
paddingBottom="24dp"
|
||
|
focusableInTouchMode="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
hint=""
|
||
|
NOT_FOUND_0x27="false">
|
||
|
<com.scb.phone.view.custom.common.AmountEditText
|
||
|
gravity="end"
|
||
|
id="@+id/amount_edit_text"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
hint="@string/transfer_to_account_amount_hint"
|
||
|
inputType="numberDecimal"
|
||
|
imeOptions="actionDone"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017957"/>
|
||
|
</com.google.android.material.textfield.TextInputLayout>
|
||
|
<View
|
||
|
layout_width="match_parent"
|
||
|
layout_height="10dp"/>
|
||
|
<TextView
|
||
|
id="@+id/payback_text_view"
|
||
|
background="#ffffff"
|
||
|
paddingTop="4dp"
|
||
|
paddingBottom="4dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/request_to_pay_payback_period"
|
||
|
paddingStart="16dp"
|
||
|
style="@style/2132017876"/>
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/amount_recycler_view"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="16dp"/>
|
||
|
<View
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
background="#ffffff"
|
||
|
paddingTop="4dp"
|
||
|
paddingBottom="24dp"
|
||
|
focusableInTouchMode="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="16dp">
|
||
|
<TextView
|
||
|
id="@+id/request_to_pay_note_text_view"
|
||
|
background="#ffffff"
|
||
|
paddingTop="4dp"
|
||
|
paddingBottom="4dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/request_to_pay_note"
|
||
|
style="@style/2132017876"/>
|
||
|
<EditText
|
||
|
textColor="#000000"
|
||
|
textColorHint="#959199"
|
||
|
gravity="center_vertical"
|
||
|
id="@+id/edit_input_rtp_note"
|
||
|
background="@drawable/shape_gray_rounded_rectangle"
|
||
|
focusableInTouchMode="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="40dp"
|
||
|
layout_marginTop="8dp"
|
||
|
hint="@string/request_to_pay_note_hint"
|
||
|
maxLines="1"
|
||
|
maxLength="40"
|
||
|
layout_below="@+id/text_label"
|
||
|
inputType="text"
|
||
|
imeOptions="actionDone"
|
||
|
paddingStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017952"/>
|
||
|
<TextView
|
||
|
id="@+id/text_error_label_rtp_note"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
text="@string/favorite_invalid_character"
|
||
|
layout_below="@+id/edit_input_field"
|
||
|
style="@style/2132017981"/>
|
||
|
</LinearLayout>
|
||
|
<com.scb.phone.view.custom.common.DefaultButton
|
||
|
id="@+id/button_review"
|
||
|
background="@drawable/bg_button"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="48dp"
|
||
|
layout_marginTop="24dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x26="false"
|
||
|
NOT_FOUND_0x28="@drawable/ripple_rounded_dark_purple"
|
||
|
NOT_FOUND_0x29="@string/review"
|
||
|
NOT_FOUND_0x2a="@color/2131100912"/>
|
||
|
</LinearLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|
||
|
</LinearLayout>
|