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

204 lines
8.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
id="@+id/view_group"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp">
<TextView
layout_gravity="center"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/select_a_favourite_to_add_to_your_home"
style="@style/2132017919"/>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="24dp"
layout_marginBottom="3dp"
text="@string/favourite_quick_actions"
textAllCaps="true"
layout_marginStart="16dp"
style="@style/2132017929"/>
<LinearLayout
orientation="horizontal"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<RelativeLayout
gravity="top|center_horizontal"
id="@+id/add_quick_balance"
background="#ffffff"
clickable="true"
layout_width="wrap_content"
layout_height="112dp"
layout_margin="6dp">
<com.scb.phone.view.custom.common.ThaiTextView
ellipsize="end"
gravity="center"
id="@+id/biller_name_text_view_quick_balance"
paddingBottom="6dp"
layout_width="62dp"
layout_height="wrap_content"
layout_marginTop="6dp"
text="@string/quick_balance_friends_and_family"
maxLines="2"
minLines="1"
layout_below="@+id/biller_avatar_image_view_quick_balance"
layout_centerHorizontal="true"
lineSpacingMultiplier="0.6"
style="@style/2132017844"/>
<ImageView
id="@+id/biller_avatar_image_view_quick_balance"
layout_width="54dp"
layout_height="54dp"
scaleType="fitCenter"
layout_alignParentTop="true"
layout_centerHorizontal="true"
contentDescription="@null"/>
</RelativeLayout>
<RelativeLayout
gravity="top|center_horizontal"
id="@+id/add_prompt_pay"
background="#ffffff"
clickable="true"
layout_width="wrap_content"
layout_height="112dp"
layout_margin="6dp">
<com.scb.phone.view.custom.common.ThaiTextView
ellipsize="end"
gravity="center"
id="@+id/biller_name_text_view_promptpay"
paddingBottom="6dp"
layout_width="62dp"
layout_height="wrap_content"
layout_marginTop="6dp"
text="@string/prompt_pay"
maxLines="2"
minLines="1"
layout_below="@+id/biller_avatar_image_view_promptpay"
layout_centerHorizontal="true"
lineSpacingMultiplier="0.6"
style="@style/2132017844"/>
<ImageView
id="@+id/biller_avatar_image_view_promptpay"
layout_width="54dp"
layout_height="54dp"
scaleType="fitCenter"
layout_alignParentTop="true"
layout_centerHorizontal="true"
contentDescription="@null"/>
</RelativeLayout>
</LinearLayout>
<TextView
id="@+id/transfer_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="3dp"
text="@string/personalize_favorite_transfer_empty"
textAllCaps="true"
layout_marginStart="16dp"
style="@style/2132017929"/>
<FrameLayout
layout_width="match_parent"
layout_height="wrap_content">
<androidx.recyclerview.widget.RecyclerView
id="@+id/favourite_transfer_recycler_view"
background="#ffffff"
layout_width="match_parent"
layout_height="112dp"/>
<include
id="@+id/favourite_empty_transfer"
layout_width="match_parent"
layout_height="wrap_content"
layout="@layout/2131560095"/>
</FrameLayout>
<TextView
id="@+id/top_up_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="3dp"
text="@string/favorite_top_up_empty"
textAllCaps="true"
layout_marginStart="16dp"
style="@style/2132017929"/>
<FrameLayout
layout_width="match_parent"
layout_height="wrap_content">
<androidx.recyclerview.widget.RecyclerView
id="@+id/favourite_top_up_recycler_view"
background="#ffffff"
layout_width="match_parent"
layout_height="112dp"/>
<include
id="@+id/favourite_empty_top_up"
layout_width="match_parent"
layout_height="wrap_content"
layout="@layout/2131560095"/>
</FrameLayout>
<TextView
id="@+id/bill_payment_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="3dp"
text="@string/favorite_bill_payment_empty"
textAllCaps="true"
layout_marginStart="16dp"
style="@style/2132017929"/>
<FrameLayout
layout_width="match_parent"
layout_height="wrap_content">
<androidx.recyclerview.widget.RecyclerView
id="@+id/favourite_bill_payments_recycler_view"
background="#ffffff"
layout_width="match_parent"
layout_height="112dp"/>
<include
id="@+id/favourite_empty_bill_payments"
layout_width="match_parent"
layout_height="wrap_content"
layout="@layout/2131560095"/>
</FrameLayout>
<LinearLayout
orientation="vertical"
id="@+id/remittance_container"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/remittance_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="3dp"
text="@string/favorite_bill_payment_empty"
textAllCaps="true"
layout_marginStart="16dp"
style="@style/2132017929"/>
<FrameLayout
layout_width="match_parent"
layout_height="wrap_content">
<androidx.recyclerview.widget.RecyclerView
id="@+id/favourite_remittance_recycler_view"
background="#ffffff"
layout_width="match_parent"
layout_height="112dp"/>
<include
id="@+id/favourite_empty_remittance"
layout_width="match_parent"
layout_height="wrap_content"
layout="@layout/2131560095"/>
</FrameLayout>
</LinearLayout>
<Space
layout_width="match_parent"
layout_height="48dp"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>