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

127 lines
5.2 KiB
XML
Raw Permalink 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:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
focusable="true"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="match_parent">
<ScrollView
layout_width="match_parent"
layout_height="0dp"
fillViewport="true"
layout_weight="1">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<RelativeLayout
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPaySource
id="@+id/transfer_and_pay_source"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"/>
<ImageView
id="@+id/image_group_arrow"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/black_arrow"
layout_alignParentRight="true"
layout_centerVertical="true"
contentDescription="@null"
paddingEnd="16dp"/>
</RelativeLayout>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayTarget
id="@+id/transfer_and_pay_target"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
id="@+id/transfer_and_pay_amount"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x1c="@string/amount"/>
<LinearLayout
orientation="vertical"
id="@+id/amount_input_layout"
layout_width="match_parent"
layout_height="wrap_content">
<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"/>
<com.google.android.material.textfield.TextInputLayout
theme="@style/2132017488"
id="@+id/text_error_input_layout"
background="#ffffff"
paddingTop="8dp"
paddingBottom="16dp"
visibility="visible"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp"
NOT_FOUND_0x1d="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>
<View style="@style/2132018228"/>
</LinearLayout>
<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"
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>
</ScrollView>
<LinearLayout
layout_width="match_parent"
layout_height="wrap_content">
<Button
id="@+id/button_review"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/review"
style="@style/2132017576"/>
</LinearLayout>
</LinearLayout>