136 lines
5.7 KiB
XML
136 lines
5.7 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:button="http://schemas.android.com/apk/res-auto"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
fillViewport="true">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<RelativeLayout
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/lbl_group_name"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/group_name"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017876"/>
|
||
|
<TextView
|
||
|
id="@+id/group_name"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="32dp"
|
||
|
layout_below="@+id/lbl_group_name"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017881"/>
|
||
|
<ImageView
|
||
|
id="@+id/edit_group_name"
|
||
|
clickable="true"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/ic_edit_black_24dp"
|
||
|
tint="#7631c1"
|
||
|
layout_alignBottom="@+id/group_name"
|
||
|
layout_alignParentRight="true"
|
||
|
layout_marginEnd="24dp"/>
|
||
|
<View
|
||
|
id="@+id/footer_divider_view"
|
||
|
background="#eae7ec"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"
|
||
|
layout_below="@+id/group_name"/>
|
||
|
</RelativeLayout>
|
||
|
<RelativeLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
gravity="center_horizontal"
|
||
|
id="@+id/counter_recipients_group"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_centerHorizontal="true"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017851"/>
|
||
|
<com.scb.phone.view.custom.common.DefaultButton
|
||
|
id="@+id/button_add_from_favourite"
|
||
|
background="@drawable/bg_button_transparent"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="50dp"
|
||
|
layout_marginTop="24dp"
|
||
|
layout_below="@+id/counter_recipients_group"
|
||
|
layout_marginStart="36dp"
|
||
|
layout_marginEnd="36dp"
|
||
|
NOT_FOUND_0x16="@drawable/ripple_rounded_purple"
|
||
|
NOT_FOUND_0x17="@string/add_from_favourite"
|
||
|
NOT_FOUND_0x18="@color/2131100876"/>
|
||
|
<com.scb.phone.view.custom.common.DefaultButton
|
||
|
id="@+id/button_add_new_recipient"
|
||
|
background="@drawable/bg_button_transparent"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="50dp"
|
||
|
layout_marginTop="12dp"
|
||
|
layout_below="@+id/button_add_from_favourite"
|
||
|
layout_marginStart="36dp"
|
||
|
layout_marginEnd="36dp"
|
||
|
NOT_FOUND_0x16="@drawable/ripple_rounded_purple"
|
||
|
NOT_FOUND_0x17="@string/add_new_recipient"
|
||
|
NOT_FOUND_0x18="@color/2131100876"/>
|
||
|
<TextView
|
||
|
id="@+id/number_of_recipients"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
layout_marginBottom="12dp"
|
||
|
layout_below="@+id/button_add_new_recipient"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132017924"/>
|
||
|
</RelativeLayout>
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/recipients_recycler_view"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_weight="1"
|
||
|
overScrollMode="never"/>
|
||
|
<RelativeLayout
|
||
|
layout_gravity="bottom"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<com.scb.phone.view.custom.common.DefaultButton
|
||
|
id="@+id/button_done_recipient_group"
|
||
|
background="@drawable/bg_button"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="50dp"
|
||
|
layout_marginTop="24dp"
|
||
|
layout_marginStart="20dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x16="@drawable/ripple_rounded_dark_purple"
|
||
|
NOT_FOUND_0x17="@string/bulk_transfer_done"
|
||
|
NOT_FOUND_0x18="@color/2131100912"/>
|
||
|
<com.scb.phone.view.custom.common.DefaultButton
|
||
|
id="@+id/button_delete_recipient_group"
|
||
|
background="@drawable/bg_button_transparent"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="50dp"
|
||
|
layout_marginTop="12dp"
|
||
|
layout_marginBottom="24dp"
|
||
|
layout_below="@+id/button_done_recipient_group"
|
||
|
layout_marginStart="20dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x16="@drawable/ripple_rounded_purple"
|
||
|
NOT_FOUND_0x17="@string/delete_group"
|
||
|
NOT_FOUND_0x18="@color/2131100876"/>
|
||
|
</RelativeLayout>
|
||
|
</LinearLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|