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

161 lines
6.3 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="4dp"
text="@string/to"
textAllCaps="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017919"/>
<View
layout_width="match_parent"
layout_height="1dp"
style="@style/2132018228"/>
<RelativeLayout
background="#ffffff"
layout_width="match_parent"
layout_height="80dp">
<ImageView
id="@+id/image_icon"
layout_width="50dp"
layout_height="50dp"
layout_centerVertical="true"
contentDescription="@null"
layout_marginStart="16dp"/>
<ImageView
id="@+id/view_edit"
background="?attr/selectableItemBackgroundBorderless"
layout_width="48dp"
layout_height="48dp"
src="@drawable/ic_close_24dp"
scaleType="center"
tint="#7631c1"
layout_alignParentRight="true"
layout_centerVertical="true"
contentDescription="@string/cancel"
layout_marginEnd="16dp"
layout_alignParentEnd="true"/>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_centerVertical="true"
layout_toStartOf="@+id/view_edit"
layout_toEndOf="@+id/image_icon">
<TextView
id="@+id/text_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="16dp"
style="@style/2132017876"/>
<TextView
id="@+id/text_account_number"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="16dp"
style="@style/2132017925"/>
</LinearLayout>
</RelativeLayout>
<View style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
id="@+id/view_group_nick_name"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.CounterEditText
id="@+id/nick_name_edit_text"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x19="20"
NOT_FOUND_0x1a="@string/nick_name_hint"
NOT_FOUND_0x21="@string/nick_name"/>
<View
layout_marginTop="24dp"
style="@style/2132018228"/>
</LinearLayout>
<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="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<com.google.android.material.textfield.TextInputLayout
id="@+id/text_error_input_layout"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x1b="true"
NOT_FOUND_0x1c="@style/2132017858"
NOT_FOUND_0x1d="false">
<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"
style="@style/2132017891"/>
</com.google.android.material.textfield.TextInputLayout>
<View
layout_marginTop="24dp"
style="@style/2132018228"/>
</LinearLayout>
<com.scb.phone.view.custom.common.CustomLimit
id="@+id/custom_limit"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp"/>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/button_save"
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_0x1e="@drawable/ripple_rounded_dark_purple"
NOT_FOUND_0x1f="@string/save_recipient"
NOT_FOUND_0x20="@color/2131100912"/>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/button_delete"
background="@drawable/bg_button_transparent"
layout_width="match_parent"
layout_height="48dp"
layout_marginTop="12dp"
layout_marginBottom="32dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x1e="@drawable/ripple_rounded_purple"
NOT_FOUND_0x1f="@string/delete_recipient"
NOT_FOUND_0x20="@color/2131100876"/>
</LinearLayout>
</ScrollView>