<?xml version="1.0" encoding="utf-8"?>
<xyz.stream.view.refresh.layout.AutoRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/refresh_layout"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    <androidx.recyclerview.widget.RecyclerView
        android:id="@+id/rv_kids"
        android:paddingTop="30dp"
        android:layout_width="match_parent"
        android:layout_height="match_parent"/>
</xyz.stream.view.refresh.layout.AutoRefreshLayout>
