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

160 lines
6.2 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
id="@+id/view_group_root"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<include
layout_width="match_parent"
layout_height="match_parent"
layout="@layout/2131559301"/>
<androidx.core.widget.NestedScrollView
id="@+id/sv_personal_limit"
background="#f5f3f6"
visibility="gone"
scrollbars="none"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
background="#f5f3f6"
paddingBottom="20dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_transfer_limit"
background="#eae7ec"
paddingTop="16dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/limit_transfer_header"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017849"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_transfer"
background="#ffffff"
scrollbars="vertical"
layout_width="match_parent"
layout_height="wrap_content"/>
<TextView
id="@+id/tv_bill_payment"
background="#eae7ec"
paddingTop="16dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/limit_bill_payment_header"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017849"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_bill_payment"
background="#ffffff"
scrollbars="vertical"
layout_width="match_parent"
layout_height="wrap_content"/>
<TextView
id="@+id/tv_topup_limit"
background="#eae7ec"
paddingTop="16dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/limit_top_up_header"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017849"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_topup"
background="#ffffff"
scrollbars="vertical"
layout_width="match_parent"
layout_height="wrap_content"/>
<TextView
id="@+id/tv_prepaid_title"
background="#eae7ec"
paddingTop="16dp"
paddingBottom="8dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/limit_prepaid_header"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017849"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_prepaid"
background="#ffffff"
visibility="gone"
scrollbars="vertical"
layout_width="match_parent"
layout_height="wrap_content"/>
<TextView
id="@+id/tv_cardLess_title"
background="#eae7ec"
paddingTop="16dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/limit_cardless_header"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017849"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_cardLess"
background="#ffffff"
scrollbars="vertical"
layout_width="match_parent"
layout_height="wrap_content"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_debit_card"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_withdrawal_limit_header"
background="#eae7ec"
paddingTop="16dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/debit_atm_personal_limit_title"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017849"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_debit_card"
background="#ffffff"
scrollbars="vertical"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/ll_remittance"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
background="#eae7ec"
paddingTop="16dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/limit_international_remittance_title"
textAllCaps="true"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017849"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_remittance"
background="#ffffff"
scrollbars="vertical"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</RelativeLayout>