104 lines
4.4 KiB
XML
104 lines
4.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
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/loan_detail_scrollview"
|
||
|
background="#f5f3f6"
|
||
|
scrollbars="none"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/limit_layout"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_layout_ecom_limit"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/tv_ecom_limit_header"
|
||
|
paddingTop="25dp"
|
||
|
paddingBottom="5dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/debit_atm_ecom_limit_title"
|
||
|
paddingStart="20dp"
|
||
|
paddingEnd="20dp"
|
||
|
style="@style/2132017844"/>
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/recycler_view_spending"
|
||
|
background="#ffffff"
|
||
|
scrollbars="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
overScrollMode="never"
|
||
|
nestedScrollingEnabled="false"
|
||
|
NOT_FOUND_0xe="androidx.recyclerview.widget.LinearLayoutManager"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/layout_purchase_limit"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/tv_purchase_limit_header"
|
||
|
paddingTop="25dp"
|
||
|
paddingBottom="5dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/debit_atm_purchase_limit_title"
|
||
|
paddingStart="20dp"
|
||
|
paddingEnd="20dp"
|
||
|
style="@style/2132017844"/>
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/recycler_view_purchase"
|
||
|
background="#ffffff"
|
||
|
scrollbars="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
overScrollMode="never"
|
||
|
nestedScrollingEnabled="false"
|
||
|
NOT_FOUND_0xe="androidx.recyclerview.widget.LinearLayoutManager"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_layout_withdraw_limit"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/tv_withdrawal_limit_header"
|
||
|
paddingTop="25dp"
|
||
|
paddingBottom="5dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/debit_atm_withdrawal_limit_title"
|
||
|
paddingStart="20dp"
|
||
|
paddingEnd="20dp"
|
||
|
style="@style/2132017844"/>
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/recycler_view_debit"
|
||
|
background="#ffffff"
|
||
|
scrollbars="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
overScrollMode="never"
|
||
|
nestedScrollingEnabled="false"
|
||
|
NOT_FOUND_0xe="androidx.recyclerview.widget.LinearLayoutManager"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|
||
|
</RelativeLayout>
|