70 lines
2.5 KiB
XML
70 lines
2.5 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<androidx.appcompat.widget.Toolbar
|
||
|
id="@+id/toolbar_txn_header"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<RelativeLayout
|
||
|
orientation="horizontal"
|
||
|
id="@+id/root_transaction"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/text_txn_header"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/debit_transaction_label"
|
||
|
layout_centerVertical="true"
|
||
|
textAllCaps="true"
|
||
|
style="@style/2132017849"/>
|
||
|
<TextView
|
||
|
id="@+id/text_txn_month_header"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/deposit_detail_filter_this_month"
|
||
|
layout_alignParentRight="true"
|
||
|
layout_centerVertical="true"
|
||
|
layout_alignParentEnd="true"
|
||
|
style="@style/2132017871"/>
|
||
|
</RelativeLayout>
|
||
|
</androidx.appcompat.widget.Toolbar>
|
||
|
<RelativeLayout
|
||
|
focusable="false"
|
||
|
focusableInTouchMode="false"
|
||
|
descendantFocusability="blocksDescendants"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
minHeight="72dp">
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/text_message"
|
||
|
background="#ffffff"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
minHeight="72dp"
|
||
|
style="@style/2132017876"/>
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/recycler_view_transactions"
|
||
|
background="#f5f3f6"
|
||
|
descendantFocusability="beforeDescendants"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
nestedScrollingEnabled="true"/>
|
||
|
<include
|
||
|
layout_width="match_parent"
|
||
|
layout_height="75dp"
|
||
|
layout="@layout/2131559010"/>
|
||
|
<include
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="72dp"
|
||
|
layout_below="@+id/recycler_view_transactions"
|
||
|
layout="@layout/2131559307"/>
|
||
|
</RelativeLayout>
|
||
|
</LinearLayout>
|