<?xml version="1.0" encoding="utf-8"?>
<xyz.stream.view.refresh.layout.AutoRefreshLayout 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="match_parent">
    <xyz.stream.view.tvrecyclerview.TvRecyclerView
        android:orientation="vertical"
        android:id="@+id/rv_adult"
        android:paddingLeft="10dp"
        android:paddingTop="10dp"
        android:paddingRight="10dp"
        android:paddingBottom="10dp"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:paddingHorizontal="10dp"
        android:paddingVertical="10dp"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toBottomOf="@+id/layout_info"
        app:tv_isMenu="false"
        app:tv_layoutManager="V7LinearLayoutManager"
        app:tv_selectedItemIsCentered="true"/>
</xyz.stream.view.refresh.layout.AutoRefreshLayout>
