98 lines
4.1 KiB
XML
98 lines
4.1 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
orientation="vertical"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<TextView
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/qr_code_generation_prompt_pay"
|
||
|
textAllCaps="true"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017919"/>
|
||
|
<RelativeLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_weight="1">
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/mobile_list_recycler_view"
|
||
|
scrollbars="vertical"
|
||
|
clipToPadding="false"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x13="@string/appbar_scrolling_view_behavior"/>
|
||
|
</RelativeLayout>
|
||
|
<FrameLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
gravity="bottom"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/review_amount"
|
||
|
textAllCaps="true"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017919"/>
|
||
|
<View
|
||
|
layout_marginTop="8dp"
|
||
|
style="@style/2132018228"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
background="#ffffff"
|
||
|
paddingTop="12dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<com.scb.phone.view.custom.common.AmountEditText
|
||
|
gravity="end"
|
||
|
id="@+id/edit_amount"
|
||
|
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/2132017891"/>
|
||
|
<View
|
||
|
layout_marginTop="16dp"
|
||
|
style="@style/2132018228"/>
|
||
|
</LinearLayout>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/text_remaining_limit_text_view"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/qr_code_generation_blank_label"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017844"/>
|
||
|
<com.scb.phone.view.custom.common.DefaultButton
|
||
|
id="@+id/create_qr_code_button"
|
||
|
background="@drawable/bg_button"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="48dp"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x14="@drawable/ripple_rounded_dark_purple"
|
||
|
NOT_FOUND_0x15="@string/qr_code_generation_create"
|
||
|
NOT_FOUND_0x16="@color/2131100912"/>
|
||
|
</LinearLayout>
|
||
|
</FrameLayout>
|
||
|
</LinearLayout>
|
||
|
</RelativeLayout>
|