<?xml version="1.0" encoding="utf-8"?>
<xyz.stream.view.RecyclerWithPositionView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
    android:orientation="horizontal"
    android:id="@+id/rv_epg_item"
    android:focusable="false"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:fadeScrollbars="false"
    app:tv_isMenu="true"
    app:tv_layoutManager="V7LinearLayoutManager"/>
