<?xml version="1.0" encoding="utf-8"?>
<xyz.stream.view.tvrecyclerview.TvRecyclerView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
    android:orientation="vertical"
    android:id="@+id/rv_live_category"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:paddingStart="26dp"
    android:paddingEnd="10dp"
    app:tv_isMenu="true"
    app:tv_layoutManager="V7LinearLayoutManager"/>
