<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:padding="@dimen/_5sdp"
    android:orientation="horizontal"
    android:focusable="true"
    android:focusableInTouchMode="false"
    android:background="@drawable/player_list_selector"
    android:layout_marginTop="@dimen/_5sdp"
    android:id="@+id/ll_channels_list">

    <RelativeLayout
        android:layout_width="@dimen/_120sdp"
        android:layout_height="@dimen/_55sdp"
        android:padding="@dimen/_5sdp">

        <TextView
            android:id="@+id/tv_num"
            android:text="@string/app_name"
            android:textColor="@color/white"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textSize="@dimen/_13ssp"
            android:textStyle="bold"
            android:layout_alignParentTop="true"/>

        <TextView
            android:id="@+id/tv_live_list_name"
            android:text="@string/app_name"
            android:textColor="@color/white"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textSize="@dimen/_12ssp"
            android:maxLines="1"
            android:layout_alignParentBottom="true"/>

    </RelativeLayout>

    <androidx.nemosofts.material.ImageHelperView
        android:id="@+id/iv_live_list_logo"
        android:layout_width="@dimen/_55sdp"
        android:layout_height="@dimen/_55sdp"
        android:layout_marginStart="@dimen/_2sdp"
        android:layout_marginTop="@dimen/_2sdp"
        android:layout_marginEnd="@dimen/_2sdp"
        android:layout_marginBottom="@dimen/_2sdp"
        android:src="@drawable/logo"
        android:adjustViewBounds="true"
        app:hv_border_color="#32FFFFFF"
        app:hv_border_width="@dimen/_1sdp"
        app:hv_corner_radius="@dimen/_2sdp"/>

</LinearLayout>
