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

276 lines
10 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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="wrap_content">
<include layout="@layout/2131559301"/>
<LinearLayout
orientation="vertical"
id="@+id/input_content"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="8dp"
text="@string/to"
layout_marginStart="16dp"
style="@style/2132017923"/>
<View style="@style/2132018228"/>
<RelativeLayout
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/image_icon"
layout_width="50dp"
layout_height="50dp"
layout_marginTop="16dp"
layout_marginBottom="16dp"
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/image_icon">
<TextView
ellipsize="end"
id="@+id/text_title"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
maxLines="2"
style="@style/2132017876"/>
<TextView
id="@+id/text_number"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/text_title"
style="@style/2132017664"/>
<View
visibility="gone"
layout_marginTop="26dp"
layout_alignParentTop="true"
layout_alignParentRight="true"
layout_alignParentEnd="true"
style="@style/2132018228"/>
</RelativeLayout>
</RelativeLayout>
<LinearLayout
orientation="vertical"
id="@+id/bill_detail"
background="#ffffff"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<View style="@style/2132018228"/>
<TextView
id="@+id/contact_account"
paddingTop="16dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
style="@style/2132017876"/>
<TextView
id="@+id/contact_account_number"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/text_title"
paddingStart="16dp"
style="@style/2132017664"/>
<View style="@style/2132018228"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/ref_two_layout"
background="#ffffff"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/invoice_account"
paddingTop="16dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
style="@style/2132017876"/>
<TextView
id="@+id/invoice_account_number"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/text_title"
paddingStart="16dp"
style="@style/2132017664"/>
<View style="@style/2132018228"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/ref_three_layout"
background="#ffffff"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/ref_three_label"
paddingTop="16dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
style="@style/2132017876"/>
<TextView
id="@+id/ref_three_id"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/text_title"
paddingStart="16dp"
style="@style/2132017664"/>
<View style="@style/2132018228"/>
</LinearLayout>
<TextView
layout_gravity="right"
id="@+id/terminal_id"
paddingTop="8dp"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/terminal_id"
paddingEnd="16dp"
style="@style/2132017664"/>
<TextView
paddingTop="16dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/amount"
paddingStart="16dp"
style="@style/2132017923"/>
<View style="@style/2132018228"/>
<RelativeLayout
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.recyclerview.widget.RecyclerView
id="@+id/amount_recycler_view"
background="#ffffff"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"/>
<RelativeLayout
layout_width="match_parent"
layout_height="wrap_content">
<com.google.android.material.textfield.TextInputLayout
theme="@style/2132017488"
id="@+id/text_error_input_layout"
background="#ffffff"
paddingTop="8dp"
paddingBottom="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp"
NOT_FOUND_0x20="false">
<com.scb.phone.view.custom.common.AmountEditText
textColorHint="#959199"
gravity="end"
id="@+id/edit_amount"
layout_width="match_parent"
layout_height="wrap_content"
inputType="numberDecimal"
imeOptions="actionDone"
style="@style/2132017891"/>
</com.google.android.material.textfield.TextInputLayout>
</RelativeLayout>
</RelativeLayout>
<View style="@style/2132018228"/>
<include
layout_width="match_parent"
layout_height="26dp"
layout_marginTop="8dp"
layout_marginEnd="16dp"
layout="@layout/2131559301"/>
<include layout="@layout/2131559259"/>
<TextView
paddingTop="16dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/note_more_options"
textAllCaps="true"
paddingStart="16dp"
style="@style/2132017923"/>
<View style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_note"
background="#ffffff"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.NoteEditText
id="@+id/note_edit_text"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>
<View style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_gift_layout"
background="#ffffff"
paddingTop="16dp"
paddingBottom="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.CustomGiftingView
id="@+id/custom_gifting_view"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="12dp"
layout_marginEnd="16dp"
NOT_FOUND_0x1f="true"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_schedule"
background="#ffffff"
paddingTop="16dp"
paddingBottom="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.CustomScheduleView
id="@+id/schedule_view"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x1f="true"/>
</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_0x21="@drawable/ripple_rounded_dark_purple"
NOT_FOUND_0x22="@string/review"
NOT_FOUND_0x23="@color/2131100912"/>
</LinearLayout>
</LinearLayout>