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

44 lines
1.5 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<include
layout_gravity="center_vertical"
id="@+id/layout_rewards_error"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout="@layout/2131559979"/>
<LinearLayout
orientation="vertical"
id="@+id/layout_tier_rewards"
layout_width="match_parent"
layout_height="match_parent">
<TextView
id="@+id/txv_rewards_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
textAllCaps="true"
layout_marginStart="16dp"
style="@style/2132017849"/>
<FrameLayout
layout_width="match_parent"
layout_height="0dp"
layout_weight="1">
<include
layout_gravity="center"
layout_width="match_parent"
layout_height="match_parent"
layout="@layout/2131559301"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rcv_tier_rewards"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent"
layout_marginTop="8dp"/>
</FrameLayout>
</LinearLayout>
</FrameLayout>