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

119 lines
4.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
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/tv_txn_header"
layout_width="wrap_content"
layout_height="wrap_content"
layout_centerVertical="true"
textAllCaps="true"
style="@style/2132017849"/>
<TextView
id="@+id/tv_txn_month_header"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_alignParentRight="true"
layout_centerVertical="true"
textAllCaps="true"
layout_alignParentEnd="true"
style="@style/2132017871"/>
</RelativeLayout>
</androidx.appcompat.widget.Toolbar>
<RelativeLayout
layout_width="match_parent"
layout_height="wrap_content"
minHeight="72dp">
<androidx.constraintlayout.widget.ConstraintLayout
id="@+id/cs_layout_remark_account"
background="#ffffff"
padding="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/iv_remark_account_error"
layout_width="14dp"
layout_height="14dp"
src="@drawable/ic_exclamation_triangle_error"
NOT_FOUND_0x1a="@+id/tv_remark_account_title"
NOT_FOUND_0x1d="@+id/tv_remark_account_title"
NOT_FOUND_0x21="@+id/tv_remark_account_title"/>
<androidx.appcompat.widget.AppCompatTextView
ellipsize="end"
gravity="center_vertical"
id="@+id/tv_remark_account_title"
layout_width="match_parent"
layout_height="wrap_content"
maxLines="1"
layout_marginStart="24dp"
NOT_FOUND_0x16="@dimen/2131166583"
NOT_FOUND_0x18="@dimen/2131165384"
NOT_FOUND_0x19="1"
NOT_FOUND_0x1c="@+id/iv_remark_account_error"
NOT_FOUND_0x1e="@+id/cs_layout_remark_account"
NOT_FOUND_0x21="0"
style="@style/2132017876"/>
<androidx.appcompat.widget.AppCompatTextView
ellipsize="end"
id="@+id/tv_remark_account_message"
layout_width="match_parent"
layout_height="wrap_content"
maxLines="4"
layout_marginStart="24dp"
NOT_FOUND_0x16="@dimen/2131166584"
NOT_FOUND_0x17="@dimen/2131165372"
NOT_FOUND_0x18="@dimen/2131165384"
NOT_FOUND_0x19="1"
NOT_FOUND_0x1a="@+id/cs_layout_remark_account"
NOT_FOUND_0x1b="0"
NOT_FOUND_0x1f="@+id/tv_remark_account_title"
NOT_FOUND_0x20="@+id/tv_remark_account_title"
style="@style/2132017920"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<TextView
gravity="center"
id="@+id/tv_message"
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
minHeight="72dp"
text="@string/deposit_detail_no_transactions"
style="@style/2132017876"/>
<LinearLayout
focusable="true"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_transactions"
background="#f5f3f6"
descendantFocusability="beforeDescendants"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>
<include
id="@+id/custom_empty_card"
layout_width="match_parent"
layout_height="75dp"
layout="@layout/2131559010"/>
<include
layout_width="wrap_content"
layout_height="wrap_content"
layout_centerInParent="true"
layout="@layout/2131559301"/>
</RelativeLayout>
</LinearLayout>