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

160 lines
6.7 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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"
background="#f5f3f6"
clickable="true"
layout_width="match_parent"
layout_height="match_parent">
<ScrollView
layout_width="match_parent"
layout_height="match_parent"
layout_above="@+id/button_review">
<LinearLayout
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<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"/>
<TextView
id="@+id/text_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_centerVertical="true"
layout_marginStart="16dp"
layout_toStartOf="@+id/view_edit"
layout_toEndOf="@+id/image_icon"
style="@style/2132017876"/>
</RelativeLayout>
<View style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
id="@+id/view_group_account_number"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/transfer_to_account_number"
layout_marginHorizontal="@dimen/2131165433"
style="@style/2132017876"/>
<EditText
textColorHint="#959199"
id="@+id/edit_account_number"
background="@drawable/shape_gray_rounded_rectangle"
layout_width="match_parent"
layout_height="40dp"
layout_marginTop="8dp"
hint="@string/transfer_to_account_number_hint"
inputType="number"
imeOptions="actionNext"
layout_marginHorizontal="@dimen/2131165433"
paddingHorizontal="@dimen/2131165495"
style="@style/2132017876"/>
<View
layout_marginTop="24dp"
style="@style/2132018228"/>
</LinearLayout>
<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_0x1f="20"
NOT_FOUND_0x20="@string/nick_name_hint"
NOT_FOUND_0x27="@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_marginHorizontal="@dimen/2131165433"
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_marginHorizontal="@dimen/2131165433"
NOT_FOUND_0x21="false"
NOT_FOUND_0x22="@style/2132017858"
NOT_FOUND_0x23="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>
<include
layout_width="match_parent"
layout_height="26dp"
layout_marginTop="16dp"
layout_marginEnd="16dp"
layout="@layout/2131559301"/>
<include layout="@layout/2131559259"/>
</LinearLayout>
</ScrollView>
<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_alignParentBottom="true"
layout_marginHorizontal="@dimen/2131165433"
NOT_FOUND_0x24="@drawable/ripple_rounded_dark_purple"
NOT_FOUND_0x25="@string/add"
NOT_FOUND_0x26="@color/2131100912"/>
</RelativeLayout>