<?xml version="1.0" encoding="utf-8"?>
|
<android.support.v4.widget.SwipeRefreshLayout
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
android:id="@+id/refresh_layout"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
|
<android.support.v7.widget.RecyclerView
|
android:id="@+id/recycler_view"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
app:layout_constraintTop_toTopOf="parent">
|
</android.support.v7.widget.RecyclerView>
|
</android.support.v4.widget.SwipeRefreshLayout>
|