15 lines
496 B
XML
15 lines
496 B
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
|
|
id="@+id/layout_rewards_error"
|
|
layout="@layout/2131559979"/>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rcv_categories_list"
|
|
background="#353239"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"/>
|
|
</FrameLayout>
|