<?xml version="1.0" encoding="utf-8"?>
|
<androidx.core.widget.SwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:tools="http://schemas.android.com/tools"
|
android:id="@+id/mSwipeRefreshLayout"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:background="@color/white">
|
|
<android.support.v7.widget.RecyclerView
|
android:id="@+id/mRecyclerView"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:cacheColorHint="@null"
|
android:scrollbars="vertical"/>
|
</androidx.core.widget.SwipeRefreshLayout>
|