22 lines
822 B
XML
22 lines
822 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<include
|
|
id="@+id/layout_rewards_error"
|
|
visibility="gone"
|
|
layout="@layout/2131559979"/>
|
|
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
|
|
id="@+id/swipe_refresh_products_list"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content">
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rcv_products_list"
|
|
background="#f5f3f6"
|
|
paddingBottom="24dp"
|
|
clipToPadding="false"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"/>
|
|
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
|
|
</FrameLayout>
|