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

37 lines
1.3 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">
<View style="@style/2132018228"/>
<RelativeLayout
layout_width="match_parent"
layout_height="wrap_content"
minHeight="100dp">
<TextView
gravity="center"
id="@+id/text_message"
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
minHeight="100dp"
text="@string/wallet_detail_no_transaction_msg"
style="@style/2132017876"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/recycler_view_transactions"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content"/>
<include
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>