147 lines
5.3 KiB
XML
147 lines
5.3 KiB
XML
<?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"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<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"/>
|
|
<RelativeLayout
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_centerVertical="true"
|
|
layout_marginStart="16dp"
|
|
layout_toStartOf="@+id/view_edit"
|
|
layout_toEndOf="@+id/image_icon">
|
|
<TextView
|
|
id="@+id/text_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
id="@+id/text_account_number"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/text_title"
|
|
layout_alignLeft="@+id/text_title"
|
|
layout_alignStart="@+id/text_title"
|
|
style="@style/2132017925"/>
|
|
</RelativeLayout>
|
|
</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_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
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"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017876"/>
|
|
<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_0x1f="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"/>
|
|
<com.scb.phone.view.custom.common.DefaultButton
|
|
id="@+id/button_add_favorite"
|
|
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_0x20="@drawable/ripple_rounded_dark_purple"
|
|
NOT_FOUND_0x21="@string/add_new_favorite_button"
|
|
NOT_FOUND_0x22="@color/2131100912"/>
|
|
</LinearLayout>
|