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

22 lines
822 B
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"
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>