35 lines
1.2 KiB
XML
35 lines
1.2 KiB
XML
|
<?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_tiers_error"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout="@layout/2131559979"/>
|
||
|
<include
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
layout="@layout/2131559301"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/rewards_root_layout"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/rcv_tiers"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
<View style="@style/2132018228"/>
|
||
|
<androidx.viewpager.widget.ViewPager
|
||
|
id="@+id/view_pager_rewards"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_weight="1"/>
|
||
|
</LinearLayout>
|
||
|
</FrameLayout>
|