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

71 lines
2.6 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"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/text_txn_header"
layout_width="wrap_content"
layout_height="wrap_content"
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
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"
text="@string/deposit_detail_no_transactions"
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
layout_width="match_parent"
layout_height="wrap_content"
layout_centerInParent="true"
layout="@layout/2131559301"/>
<include
id="@+id/custom_error"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout="@layout/2131559013"/>
</RelativeLayout>
</LinearLayout>