230 lines
8.8 KiB
XML
230 lines
8.8 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"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<RelativeLayout
|
|
id="@+id/rl_info_container"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="80dp">
|
|
<ImageView
|
|
id="@+id/iv_icon"
|
|
layout_width="50dp"
|
|
layout_height="50dp"
|
|
layout_centerVertical="true"
|
|
contentDescription="@null"
|
|
layout_marginStart="16dp"/>
|
|
<ImageView
|
|
id="@+id/iv_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
|
|
id="@+id/rl_account_container"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_centerVertical="true"
|
|
layout_marginStart="16dp"
|
|
layout_toStartOf="@+id/iv_edit"
|
|
layout_toEndOf="@+id/iv_icon">
|
|
<TextView
|
|
id="@+id/tv_account_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
id="@+id/tv_account_number"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/tv_account_title"
|
|
layout_alignLeft="@+id/tv_account_title"
|
|
layout_alignStart="@+id/tv_account_title"
|
|
style="@style/2132017851"/>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
<View style="@style/2132018228"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_account_number_container"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_label_account_number"
|
|
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="#c9c6cd"
|
|
id="@+id/et_input_account_number"
|
|
background="@drawable/shape_gray_rounded_rectangle"
|
|
layout_width="match_parent"
|
|
layout_height="40dp"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="24dp"
|
|
hint="@string/transfer_to_account_number_hint"
|
|
inputType="number"
|
|
imeOptions="actionDone"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017876"/>
|
|
<View style="@style/2132018228"/>
|
|
</LinearLayout>
|
|
<TextView
|
|
id="@+id/tv_label_select_deposit"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="8dp"
|
|
text="@string/select_deposit_label"
|
|
textAllCaps="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017849"/>
|
|
<View style="@style/2132018228"/>
|
|
<FrameLayout
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_label_no_deposit"
|
|
background="#ffffff"
|
|
paddingTop="16dp"
|
|
paddingBottom="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/no_deposit_avaliable"
|
|
textAlignment="center"
|
|
paddingStart="32dp"
|
|
paddingEnd="32dp"
|
|
style="@style/2132017873"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_select_deposit_container"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<RelativeLayout
|
|
id="@+id/rl_selected_deposit_container"
|
|
background="#ffffff"
|
|
padding="16dp"
|
|
focusable="true"
|
|
clickable="true"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ImageView
|
|
id="@+id/iv_collapse"
|
|
layout_width="48dp"
|
|
layout_height="48dp"
|
|
scaleType="center"
|
|
layout_alignParentRight="true"
|
|
layout_centerVertical="true"
|
|
contentDescription="@null"
|
|
layout_alignParentEnd="true"
|
|
NOT_FOUND_0x25="@drawable/ic_expand_more_black_24dp"/>
|
|
<TextView
|
|
id="@+id/tv_selected_deposits"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_toStartOf="@+id/iv_collapse"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/selected_deposit_hint"
|
|
layout_below="@+id/tv_selected_deposits"
|
|
layout_toStartOf="@+id/iv_collapse"
|
|
style="@style/2132017666"/>
|
|
</RelativeLayout>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_select_deposit_selector_container"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<View
|
|
layout_marginStart="16dp"
|
|
style="@style/2132018228"/>
|
|
<LinearLayout
|
|
gravity="end"
|
|
orientation="horizontal"
|
|
id="@+id/ll_select_all_deposit_selector_container"
|
|
background="#ffffff"
|
|
paddingTop="16dp"
|
|
paddingBottom="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp">
|
|
<TextView
|
|
layout_gravity="center_vertical"
|
|
id="@+id/tv_label_select_all_deposit"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/select_all_deposit"
|
|
style="@style/2132017873"/>
|
|
<CheckBox
|
|
layout_gravity="center_vertical"
|
|
id="@+id/cb_selector_select_all_deposit"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
<View style="@style/2132018228"/>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rv_deposit"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</FrameLayout>
|
|
<View style="@style/2132018228"/>
|
|
<TextView
|
|
id="@+id/tv_label_more_option"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="8dp"
|
|
text="@string/note_more_options"
|
|
textAllCaps="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017849"/>
|
|
<View style="@style/2132018228"/>
|
|
<com.scb.phone.view.custom.common.NoteEditText
|
|
id="@+id/et_note"
|
|
background="#ffffff"
|
|
paddingBottom="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<View style="@style/2132018228"/>
|
|
<Button
|
|
id="@+id/bt_review"
|
|
layout_width="match_parent"
|
|
layout_height="48dp"
|
|
layout_marginTop="24dp"
|
|
layout_marginBottom="16dp"
|
|
text="@string/review"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|