191 lines
7.1 KiB
XML
191 lines
7.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
id="@+id/container"
|
|
paddingTop="16dp"
|
|
focusable="true"
|
|
focusableInTouchMode="true"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_account_summary_title"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/mw_edit_qr_account_title"
|
|
layout_marginStart="16dp"
|
|
NOT_FOUND_0x1c="0"
|
|
NOT_FOUND_0x1e="0"
|
|
style="@style/2132017851"/>
|
|
<View
|
|
background="#c9c6cd"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
NOT_FOUND_0x1a="@+id/account_summary"
|
|
NOT_FOUND_0x1b="0"
|
|
NOT_FOUND_0x1c="0"/>
|
|
<com.scb.phone.view.custom.item.ItemIconCustom
|
|
id="@+id/account_summary"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
NOT_FOUND_0x1b="0"
|
|
NOT_FOUND_0x1c="0"
|
|
NOT_FOUND_0x1d="@+id/tv_account_summary_title"/>
|
|
<View
|
|
background="#c9c6cd"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
NOT_FOUND_0x1b="0"
|
|
NOT_FOUND_0x1c="0"
|
|
NOT_FOUND_0x1d="@+id/account_summary"/>
|
|
<TextView
|
|
id="@+id/tv_amount_title"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/mw_edit_qr_amount_title"
|
|
layout_marginStart="16dp"
|
|
NOT_FOUND_0x1c="0"
|
|
NOT_FOUND_0x1d="@+id/account_summary"
|
|
style="@style/2132017851"/>
|
|
<View
|
|
background="#c9c6cd"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
NOT_FOUND_0x1a="@+id/layout_amount"
|
|
NOT_FOUND_0x1b="0"
|
|
NOT_FOUND_0x1c="0"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/layout_amount"
|
|
background="@drawable/bg_white_with_border"
|
|
paddingTop="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x1d="@+id/tv_amount_title">
|
|
<com.scb.phone.view.custom.ScbTextInputLayout
|
|
theme="@style/2132017488"
|
|
id="@+id/amount_input_layout"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x17="@style/2132017858"
|
|
NOT_FOUND_0x18="false">
|
|
<com.scb.phone.view.custom.common.MwAmountEditText
|
|
textColorHint="#959199"
|
|
gravity="end"
|
|
id="@+id/et_amount"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
inputType="numberDecimal"
|
|
imeOptions="actionDone"
|
|
textAlignment="textEnd"
|
|
style="@style/2132017891"/>
|
|
</com.scb.phone.view.custom.ScbTextInputLayout>
|
|
</LinearLayout>
|
|
<View
|
|
background="#c9c6cd"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
NOT_FOUND_0x1b="0"
|
|
NOT_FOUND_0x1c="0"
|
|
NOT_FOUND_0x1d="@+id/layout_amount"/>
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/tv_payer_desc"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/mw_edit_qr_amount_info"
|
|
textAlignment="textEnd"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x1b="0"
|
|
NOT_FOUND_0x1d="@+id/layout_amount"
|
|
style="@style/2132017923"/>
|
|
<TextView
|
|
id="@+id/tv_reference_information_title"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/mw_edit_qr_options_title"
|
|
layout_marginStart="16dp"
|
|
NOT_FOUND_0x1c="0"
|
|
NOT_FOUND_0x1d="@+id/tv_payer_desc"
|
|
style="@style/2132017851"/>
|
|
<View
|
|
background="#c9c6cd"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
NOT_FOUND_0x1a="@+id/shop_note"
|
|
NOT_FOUND_0x1b="0"
|
|
NOT_FOUND_0x1c="0"/>
|
|
<com.scb.phone.view.custom.common.NoteEditText
|
|
id="@+id/shop_note"
|
|
background="#ffffff"
|
|
paddingBottom="24dp"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
NOT_FOUND_0x16="@string/mw_edit_qr_shop_ref_hint"
|
|
NOT_FOUND_0x1d="@+id/tv_reference_information_title"
|
|
NOT_FOUND_0x1f="20"
|
|
NOT_FOUND_0x20="@string/mw_edit_qr_shop_ref_title"/>
|
|
<View
|
|
background="#c9c6cd"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
NOT_FOUND_0x1b="0"
|
|
NOT_FOUND_0x1c="0"
|
|
NOT_FOUND_0x1d="@+id/shop_note"/>
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/tv_note_info"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/mw_edit_qr_shop_ref_info"
|
|
textAlignment="textEnd"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x1b="0"
|
|
NOT_FOUND_0x1d="@+id/shop_note"
|
|
style="@style/2132017923"/>
|
|
<Button
|
|
id="@+id/btn_create_qr"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp"
|
|
text="@string/mw_edit_qr_create_qr"
|
|
layout_marginStart="24dp"
|
|
layout_marginEnd="24dp"
|
|
NOT_FOUND_0x1d="@+id/tv_note_info"
|
|
style="@style/2132017576"/>
|
|
<TextView
|
|
textStyle="bold"
|
|
id="@+id/btn_reset"
|
|
background="@drawable/ripple_rounded_dark_purple"
|
|
focusable="true"
|
|
clickable="true"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp"
|
|
layout_marginBottom="24dp"
|
|
text="@string/mw_edit_qr_reset_default"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x19="0"
|
|
NOT_FOUND_0x1b="0"
|
|
NOT_FOUND_0x1c="0"
|
|
NOT_FOUND_0x1d="@+id/btn_create_qr"
|
|
style="@style/2132017970"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</ScrollView>
|