<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_marginEnd="@dimen/_5sdp"
    android:focusable="true"
    android:focusableInTouchMode="false"
    android:background="@drawable/focused_catch_up"
    android:id="@+id/rl_season">

    <View
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_alignEnd="@+id/tv_season_name"
        android:layout_alignBottom="@+id/tv_season_name"
        android:layout_alignTop="@+id/tv_season_name"
        android:layout_alignStart="@+id/tv_season_name"
        android:background="?attr/selectableItemBackground" />

    <TextView
        android:id="@+id/tv_season_name"
        android:text="@string/app_name"
        android:textSize="@dimen/_12ssp"
        android:textColor="@color/white"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:paddingStart="@dimen/_9sdp"
        android:paddingEnd="@dimen/_9sdp"
        android:paddingTop="@dimen/_4sdp"
        android:paddingBottom="@dimen/_5sdp" />

</RelativeLayout>