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

47 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
id="@+id/groups_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">
<TextView
gravity="center_horizontal"
id="@+id/counter_recipients_group"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
layout_centerHorizontal="true"
layout_marginStart="24dp"
layout_marginEnd="24dp"
style="@style/2132017851"/>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/button_create_recipient_group"
background="@drawable/bg_button"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="24dp"
layout_marginBottom="16dp"
layout_below="@+id/counter_recipients_group"
layout_marginStart="20dp"
layout_marginEnd="16dp"
NOT_FOUND_0x10="@drawable/ripple_rounded_dark_purple"
NOT_FOUND_0x11="@string/create_recipient_group"
NOT_FOUND_0x12="@color/2131100912"/>
</RelativeLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>