<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/bg_dark"
    tools:context=".activity.ui.SportsActivity"
    android:id="@+id/theme_bg">

    <ImageView
        android:id="@+id/iv_poster_1"
        android:scaleType="centerCrop"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:src="@drawable/bg_dark"
        android:contentDescription="@string/todo"/>

    <ImageView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:src="#40000000"
        android:contentDescription="@string/todo"/>

    <LinearLayout
        android:layout_marginBottom="@dimen/_5sdp"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:orientation="vertical"
        android:padding="@dimen/_10sdp"
        android:paddingStart="@dimen/_25sdp"
        android:paddingEnd="@dimen/_25sdp">

        <RelativeLayout
            android:background="@drawable/bg_card_ramadan"
            android:paddingStart="@dimen/_10sdp"
            android:paddingEnd="@dimen/_10sdp"
            android:id="@+id/rl_top"
            android:layout_width="match_parent"
            android:layout_height="0dp"
            android:layout_weight="0.4">

            <androidx.nemosofts.material.ImageHelperView
                android:id="@+id/iv_app_logo"
                android:layout_width="@dimen/_30sdp"
                android:layout_height="@dimen/_30sdp"
                android:layout_centerVertical="true"
                android:contentDescription="@string/todo"
                android:src="@drawable/logo"
                app:hv_corner_radius="@dimen/_3sdp"/>

            <TextView
                android:id="@+id/iv_app_name"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_centerVertical="true"
                android:layout_marginStart="@dimen/_10sdp"
                android:layout_toEndOf="@+id/iv_app_logo"
                android:text="@string/app_name"
                android:textColor="@color/white"
                android:textSize="@dimen/_16ssp" />

            <TextView
                android:id="@+id/iv_app_date"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_centerVertical="true"
                android:layout_toStartOf="@+id/ll_toolbar_not"
                android:layout_toEndOf="@+id/iv_app_name"
                android:textColor="@color/white"
                android:textAlignment="center"
                android:textSize="@dimen/_11ssp"
                android:layout_marginEnd="@dimen/_10sdp"
                android:layout_marginStart="@dimen/_10sdp"/>

            <LinearLayout
                android:id="@+id/ll_toolbar_not"
                android:layout_centerVertical="true"
                android:gravity="center"
                android:layout_alignParentEnd="true"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content">

                <ImageView
                    android:id="@+id/iv_wifi"
                    android:layout_width="@dimen/_35sdp"
                    android:layout_height="@dimen/_35sdp"
                    android:padding="@dimen/_8sdp"
                    android:scaleType="centerCrop"
                    android:src="@drawable/ic_wifi"
                    app:tint="@color/white"
                    android:contentDescription="@string/todo"
                    android:focusable="false"
                    android:focusableInTouchMode="false"/>

                <ImageView
                    android:id="@+id/iv_notifications"
                    android:layout_width="@dimen/_35sdp"
                    android:layout_height="@dimen/_35sdp"
                    android:padding="@dimen/_8sdp"
                    android:scaleType="centerCrop"
                    android:src="@drawable/ic_round_notifications"
                    app:tint="@color/white"
                    android:contentDescription="@string/todo"
                    android:focusable="true"
                    android:focusableInTouchMode="false"
                    android:background="@drawable/focused_icon_selector"/>

                <ImageView
                    android:id="@+id/iv_file_download"
                    android:layout_width="@dimen/_35sdp"
                    android:layout_height="@dimen/_35sdp"
                    android:padding="@dimen/_8sdp"
                    android:scaleType="centerCrop"
                    android:src="@drawable/iv_downloading"
                    app:tint="@color/white"
                    android:contentDescription="@string/todo"
                    android:focusable="true"
                    android:focusableInTouchMode="false"
                    android:background="@drawable/focused_icon_selector"/>

                <ImageView
                    android:id="@+id/iv_radio"
                    android:layout_width="@dimen/_35sdp"
                    android:layout_height="@dimen/_35sdp"
                    android:padding="@dimen/_8sdp"
                    android:scaleType="centerCrop"
                    android:src="@drawable/ic_radio"
                    app:tint="@color/white"
                    android:contentDescription="@string/todo"
                    android:focusable="true"
                    android:focusableInTouchMode="false"
                    android:background="@drawable/focused_icon_selector"/>

                <ImageView
                    android:id="@+id/iv_profile"
                    android:layout_width="@dimen/_35sdp"
                    android:layout_height="@dimen/_35sdp"
                    android:padding="@dimen/_7sdp"
                    android:scaleType="centerCrop"
                    android:src="@drawable/ic_outline_person"
                    app:tint="@color/white"
                    android:contentDescription="@string/todo"
                    android:focusable="true"
                    android:focusableInTouchMode="false"
                    android:background="@drawable/focused_icon_selector"/>

                <ImageView
                    android:id="@+id/iv_profile_re"
                    android:layout_width="@dimen/_35sdp"
                    android:layout_height="@dimen/_35sdp"
                    android:padding="@dimen/_6sdp"
                    android:scaleType="centerCrop"
                    android:src="@drawable/ic_people"
                    app:tint="@color/white"
                    android:contentDescription="@string/todo"
                    android:focusable="true"
                    android:focusableInTouchMode="false"
                    android:background="@drawable/focused_icon_selector"/>

                <ImageView
                    android:id="@+id/iv_settings"
                    android:layout_width="@dimen/_35sdp"
                    android:layout_height="@dimen/_35sdp"
                    android:padding="@dimen/_8sdp"
                    android:scaleType="centerCrop"
                    android:src="@drawable/ic_player_setting"
                    app:tint="@color/white"
                    android:contentDescription="@string/todo"
                    android:focusable="true"
                    android:focusableInTouchMode="false"
                    android:background="@drawable/focused_icon_selector"/>

            </LinearLayout>

        </RelativeLayout>

        <LinearLayout
            android:layout_marginTop="@dimen/_15sdp"
            android:id="@+id/ll_center"
            android:orientation="horizontal"
            android:baselineAligned="false"
            android:layout_width="match_parent"
            android:layout_height="0dp"
            android:layout_weight="2">

            <RelativeLayout
                android:layout_width="0dp"
                android:layout_height="match_parent"
                android:layout_weight="1"
                android:focusable="false"
                android:focusableInTouchMode="false"
                android:background="@drawable/bg_card_ramadan"
                tools:ignore="NestedWeights">

                <View
                    android:id="@+id/vw_live_tv"
                    android:background="@drawable/bg_card_tv"
                    android:backgroundTint="#B3000000"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:visibility="gone"/>

                <ProgressBar
                    style="@style/Widget.AppCompat.ProgressBar.Horizontal"
                    android:id="@+id/pb_live_tv"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:progressDrawable="@drawable/pb_gradient_2"
                    android:max="100"
                    android:progress="0"
                    android:visibility="gone"/>

                <ImageView
                    app:tint="#0DFFFFFF"
                    android:scaleType="centerCrop"
                    android:src="@drawable/pattern"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:contentDescription="@string/todo" />

                <androidx.nemosofts.material.ShimmerEffects
                    android:visibility="visible"
                    android:id="@+id/shimmer_view_live"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    app:shimmer_duration="3500"
                    app:shimmer_direction="left_to_right"
                    app:shimmer_base_alpha="0"
                    android:layout_centerInParent="true">

                    <ImageView
                        app:tint="#33FFFFFF"
                        android:scaleType="centerCrop"
                        android:src="@drawable/pattern"
                        android:layout_width="match_parent"
                        android:layout_height="match_parent"
                        android:contentDescription="@string/todo" />

                </androidx.nemosofts.material.ShimmerEffects>

                <ImageView
                    app:tint="#26000000"
                    android:scaleType="fitStart"
                    android:paddingStart="@dimen/_5sdp"
                    android:paddingEnd="@dimen/_5sdp"
                    android:src="@drawable/ramadan_garland"
                    android:layout_width="match_parent"
                    android:layout_height="@dimen/_80sdp"
                    android:contentDescription="@string/todo" />

                <RelativeLayout
                    android:id="@+id/select_live"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:contentDescription="@string/todo"
                    android:focusable="true"
                    android:focusableInTouchMode="false"
                    android:background="@drawable/focused_home_selector">

                    <View
                        android:layout_width="match_parent"
                        android:layout_height="match_parent"
                        android:background="?attr/selectableItemBackground"  />

                    <LinearLayout
                        android:orientation="vertical"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_centerInParent="true"
                        android:gravity="center"
                        tools:ignore="RelativeOverlap,UseCompoundDrawables">

                        <ImageView
                            android:layout_width="@dimen/_100sdp"
                            android:layout_height="@dimen/_100sdp"
                            android:src="@drawable/soccer_game"
                            android:layout_marginBottom="@dimen/_2sdp"
                            android:contentDescription="@string/todo"/>

                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:text="@string/live_tv_home"
                            android:textColor="@color/white"
                            android:textSize="@dimen/_19ssp"
                            android:textStyle="bold"/>

                        <TextView
                            android:layout_marginTop="@dimen/_5sdp"
                            android:id="@+id/tv_tv_auto_renew"
                            android:layout_gravity="center"
                            android:text="Last updated: 3 secs ago"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:textColor="@color/white"
                            android:alpha="0.6"
                            android:textSize="@dimen/_8ssp"
                            android:lines="1"
                            android:layout_marginStart="@dimen/_5sdp"
                            android:layout_marginEnd="@dimen/_5sdp"
                            tools:ignore="HardcodedText"/>

                    </LinearLayout>

                    <LinearLayout
                        android:id="@+id/ll_tv_auto_renew"
                        android:layout_width="match_parent"
                        android:layout_height="@dimen/_40sdp"
                        android:layout_alignParentBottom="true"
                        android:layout_alignParentEnd="true"
                        android:gravity="center"
                        android:focusable="false"
                        android:orientation="vertical"
                        android:focusableInTouchMode="false">
                        <ImageView
                            android:id="@+id/iv_tv_auto_renew"
                            android:layout_marginStart="@dimen/_5sdp"
                            android:layout_marginEnd="@dimen/_5sdp"
                            android:padding="@dimen/_2sdp"
                            android:layout_width="@dimen/_32sdp"
                            android:layout_height="@dimen/_22sdp"
                            android:background="@drawable/bg_autorenew"
                            android:src="@drawable/ic_repeate"
                            android:contentDescription="@string/todo"
                            android:focusable="false"
                            android:focusableInTouchMode="false"
                            android:backgroundTint="#E62E2F"
                            app:tint="@color/white"/>

                    </LinearLayout>

                    <TextView
                        android:id="@+id/tv_total_live"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_alignParentEnd="true"
                        android:background="@drawable/bg_save_btn"
                        android:text="0"
                        android:textColor="@color/white"
                        android:textSize="@dimen/_8ssp"
                        android:textStyle="bold"
                        android:layout_margin="@dimen/_4sdp"
                        android:paddingStart="@dimen/_4sdp"
                        android:paddingEnd="@dimen/_4sdp"
                        android:paddingBottom="@dimen/_3sdp"
                        android:paddingTop="@dimen/_2sdp"
                        tools:ignore="HardcodedText" />

                </RelativeLayout>

            </RelativeLayout>

            <RelativeLayout
                android:layout_width="0dp"
                android:layout_height="match_parent"
                android:layout_marginStart="@dimen/_10sdp"
                android:layout_weight="1"
                android:background="@drawable/bg_card_ramadan"
                android:focusable="false"
                android:focusableInTouchMode="false"
                tools:ignore="NestedWeights">

                <View
                    android:id="@+id/vw_movie"
                    android:background="@drawable/bg_card_movies"
                    android:backgroundTint="#B3000000"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:visibility="gone"/>

                <ProgressBar
                    style="@style/Widget.AppCompat.ProgressBar.Horizontal"
                    android:id="@+id/pb_movie"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:progressDrawable="@drawable/pb_gradient_2"
                    android:max="100"
                    android:progress="0"
                    android:visibility="gone"/>

                <ImageView
                    app:tint="#0DFFFFFF"
                    android:scaleType="centerCrop"
                    android:src="@drawable/pattern"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:contentDescription="@string/todo" />

                <androidx.nemosofts.material.ShimmerEffects
                    android:id="@+id/shimmer_view_movie"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    app:shimmer_duration="3500"
                    app:shimmer_direction="left_to_right"
                    app:shimmer_base_alpha="0"
                    android:layout_centerInParent="true">

                    <ImageView
                        app:tint="#33FFFFFF"
                        android:scaleType="centerCrop"
                        android:src="@drawable/pattern"
                        android:layout_width="match_parent"
                        android:layout_height="match_parent"
                        android:contentDescription="@string/todo" />

                </androidx.nemosofts.material.ShimmerEffects>

                <ImageView
                    app:tint="#26000000"
                    android:scaleType="fitStart"
                    android:src="@drawable/christmas_star"
                    android:layout_width="match_parent"
                    android:layout_height="@dimen/_90sdp"
                    android:contentDescription="@string/todo" />

                <RelativeLayout
                    android:id="@+id/select_movie"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:contentDescription="@string/todo"
                    android:focusable="true"
                    android:focusableInTouchMode="false"
                    android:background="@drawable/focused_home_selector">

                    <View
                        android:layout_width="match_parent"
                        android:layout_height="match_parent"
                        android:background="?attr/selectableItemBackground"  />

                    <LinearLayout
                        android:orientation="vertical"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_centerInParent="true"
                        android:gravity="center"
                        tools:ignore="RelativeOverlap,UseCompoundDrawables">

                        <ImageView
                            android:layout_width="@dimen/_100sdp"
                            android:layout_height="@dimen/_100sdp"
                            android:src="@drawable/cycling"
                            android:layout_marginBottom="@dimen/_2sdp"
                            android:contentDescription="@string/todo"/>

                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:text="@string/movies_home"
                            android:textColor="@color/white"
                            android:textSize="@dimen/_19ssp"
                            android:textStyle="bold" />

                        <TextView
                            android:layout_marginTop="@dimen/_5sdp"
                            android:id="@+id/tv_movie_auto_renew"
                            android:layout_gravity="center"
                            android:text="Last updated: 3 secs ago"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:textColor="@color/white"
                            android:textSize="@dimen/_8ssp"
                            android:lines="1"
                            android:alpha="0.6"
                            android:layout_marginStart="@dimen/_5sdp"
                            android:layout_marginEnd="@dimen/_5sdp"
                            tools:ignore="HardcodedText"/>

                    </LinearLayout>

                    <LinearLayout
                        android:id="@+id/ll_movie_auto_renew"
                        android:layout_width="match_parent"
                        android:layout_height="@dimen/_40sdp"
                        android:layout_alignParentBottom="true"
                        android:gravity="center"
                        android:focusable="false"
                        android:orientation="vertical"
                        android:focusableInTouchMode="false">

                        <ImageView
                            android:id="@+id/iv_movie_auto_renew"
                            android:layout_marginStart="@dimen/_5sdp"
                            android:layout_marginEnd="@dimen/_5sdp"
                            android:padding="@dimen/_2sdp"
                            android:layout_width="@dimen/_32sdp"
                            android:layout_height="@dimen/_22sdp"
                            android:background="@drawable/bg_autorenew"
                            android:src="@drawable/ic_repeate"
                            android:contentDescription="@string/todo"
                            android:focusable="false"
                            android:focusableInTouchMode="false"
                            android:backgroundTint="#00E676"
                            app:tint="@color/white"/>

                    </LinearLayout>

                    <TextView
                        android:id="@+id/tv_total_movies"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_alignParentEnd="true"
                        android:background="@drawable/bg_save_btn"
                        android:text="0"
                        android:textColor="@color/white"
                        android:textSize="@dimen/_8ssp"
                        android:textStyle="bold"
                        android:layout_margin="@dimen/_4sdp"
                        android:paddingStart="@dimen/_4sdp"
                        android:paddingEnd="@dimen/_4sdp"
                        android:paddingBottom="@dimen/_3sdp"
                        android:paddingTop="@dimen/_2sdp"
                        tools:ignore="HardcodedText" />

                </RelativeLayout>

            </RelativeLayout>

            <LinearLayout
                android:orientation="vertical"
                android:layout_width="0dp"
                android:layout_height="match_parent"
                android:layout_weight="0.4">

                <LinearLayout
                    android:orientation="vertical"
                    android:layout_width="match_parent"
                    android:layout_height="0dp"
                    android:layout_weight="0.7"
                    android:baselineAligned="false"
                    android:layout_marginStart="@dimen/_10sdp">

                    <RelativeLayout
                        android:background="@drawable/bg_card_ramadan"
                        android:layout_width="match_parent"
                        android:layout_height="0dp"
                        android:layout_weight="1"
                        android:focusable="false"
                        android:focusableInTouchMode="false"
                        tools:ignore="NestedWeights">

                        <View
                            android:id="@+id/vw_live_epg"
                            android:background="@drawable/bg_card_all"
                            android:backgroundTint="#B3000000"
                            android:layout_width="match_parent"
                            android:layout_height="match_parent"
                            android:visibility="gone"/>

                        <RelativeLayout
                            android:id="@+id/select_epg"
                            android:layout_width="match_parent"
                            android:layout_height="match_parent"
                            android:contentDescription="@string/todo"
                            android:focusable="true"
                            android:focusableInTouchMode="false"
                            android:background="@drawable/focused_home_selector">

                            <LinearLayout
                                android:orientation="horizontal"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_centerInParent="true"
                                android:gravity="center"
                                tools:ignore="UseCompoundDrawables">

                                <ImageView
                                    android:layout_marginEnd="@dimen/_3sdp"
                                    android:layout_width="@dimen/_18sdp"
                                    android:layout_height="@dimen/_18sdp"
                                    android:src="@drawable/ic_note"
                                    app:tint="@color/white"
                                    android:contentDescription="@string/todo"/>

                            </LinearLayout>

                            <View
                                android:layout_width="match_parent"
                                android:layout_height="match_parent"
                                android:background="?attr/selectableItemBackground"  />

                        </RelativeLayout>

                    </RelativeLayout>

                    <View
                        android:layout_width="match_parent"
                        android:layout_height="@dimen/_10sdp"/>

                    <RelativeLayout
                        android:background="@drawable/bg_card_ramadan"
                        android:layout_width="match_parent"
                        android:layout_height="0dp"
                        android:layout_weight="1"
                        android:focusable="false"
                        android:focusableInTouchMode="false">

                        <View
                            android:id="@+id/vw_multiple_screen"
                            android:background="@drawable/bg_card_all"
                            android:backgroundTint="#B3000000"
                            android:layout_width="match_parent"
                            android:layout_height="match_parent"
                            android:visibility="gone"/>

                        <RelativeLayout
                            android:id="@+id/select_multiple_screen"
                            android:layout_width="match_parent"
                            android:layout_height="match_parent"
                            android:contentDescription="@string/todo"
                            android:focusable="true"
                            android:focusableInTouchMode="false"
                            android:background="@drawable/focused_home_selector">

                            <LinearLayout
                                android:orientation="horizontal"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_centerInParent="true"
                                android:gravity="center"
                                tools:ignore="UseCompoundDrawables">

                                <ImageView
                                    android:layout_marginEnd="@dimen/_3sdp"
                                    android:layout_width="@dimen/_18sdp"
                                    android:layout_height="@dimen/_18sdp"
                                    android:src="@drawable/ic_multiple_screen"
                                    app:tint="@color/white"
                                    android:padding="@dimen/_1sdp"
                                    android:contentDescription="@string/todo"/>

                            </LinearLayout>

                            <View
                                android:layout_width="match_parent"
                                android:layout_height="match_parent"
                                android:background="?attr/selectableItemBackground" />

                        </RelativeLayout>

                    </RelativeLayout>

                    <View
                        android:layout_width="match_parent"
                        android:layout_height="@dimen/_10sdp"/>

                    <RelativeLayout
                        android:background="@drawable/bg_card_ramadan"
                        android:layout_width="match_parent"
                        android:layout_height="0dp"
                        android:layout_weight="1"
                        android:focusable="false"
                        android:focusableInTouchMode="false">

                        <View
                            android:id="@+id/vw_catch_up"
                            android:background="@drawable/bg_card_all"
                            android:backgroundTint="#B3000000"
                            android:layout_width="match_parent"
                            android:layout_height="match_parent"
                            android:visibility="gone"/>

                        <RelativeLayout
                            android:id="@+id/select_catch_up"
                            android:layout_width="match_parent"
                            android:layout_height="match_parent"
                            android:contentDescription="@string/todo"
                            android:focusable="true"
                            android:focusableInTouchMode="false"
                            android:background="@drawable/focused_home_selector">

                            <LinearLayout
                                android:orientation="horizontal"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_centerInParent="true"
                                android:gravity="center"
                                tools:ignore="TooManyViews,UseCompoundDrawables">

                                <ImageView
                                    android:layout_marginEnd="@dimen/_3sdp"
                                    android:layout_width="@dimen/_18sdp"
                                    android:layout_height="@dimen/_18sdp"
                                    android:src="@drawable/ic_timer_start"
                                    app:tint="@color/white"
                                    android:contentDescription="@string/todo"/>

                            </LinearLayout>

                            <View
                                android:layout_width="match_parent"
                                android:layout_height="match_parent"
                                android:background="?attr/selectableItemBackground"/>

                        </RelativeLayout>

                    </RelativeLayout>

                </LinearLayout>

            </LinearLayout>

            <RelativeLayout
                android:layout_width="0dp"
                android:layout_height="match_parent"
                android:layout_marginStart="@dimen/_10sdp"
                android:layout_weight="1"
                android:background="@drawable/bg_card_ramadan"
                android:focusable="false"
                android:focusableInTouchMode="false">

                <View
                    android:id="@+id/vw_serials"
                    android:background="@drawable/bg_card_series"
                    android:backgroundTint="#B3000000"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:visibility="gone"/>

                <ProgressBar
                    style="@style/Widget.AppCompat.ProgressBar.Horizontal"
                    android:id="@+id/pb_serials"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:progressDrawable="@drawable/pb_gradient_2"
                    android:max="100"
                    android:progress="0"
                    android:visibility="gone"/>

                <ImageView
                    app:tint="#0DFFFFFF"
                    android:scaleType="centerCrop"
                    android:src="@drawable/pattern"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:contentDescription="@string/todo" />

                <androidx.nemosofts.material.ShimmerEffects
                    android:id="@+id/shimmer_view_serials"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    app:shimmer_duration="3500"
                    app:shimmer_direction="left_to_right"
                    app:shimmer_base_alpha="0"
                    android:layout_centerInParent="true">

                    <ImageView
                        app:tint="#33FFFFFF"
                        android:scaleType="centerCrop"
                        android:src="@drawable/pattern"
                        android:layout_width="match_parent"
                        android:layout_height="match_parent"
                        android:contentDescription="@string/todo" />

                </androidx.nemosofts.material.ShimmerEffects>

                <ImageView
                    app:tint="#26000000"
                    android:scaleType="fitEnd"
                    android:paddingStart="@dimen/_5sdp"
                    android:paddingEnd="@dimen/_5sdp"
                    android:src="@drawable/ramadan_garland"
                    android:layout_width="match_parent"
                    android:layout_height="@dimen/_80sdp"
                    android:contentDescription="@string/todo" />

                <RelativeLayout
                    android:id="@+id/select_serials"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:contentDescription="@string/todo"
                    android:focusable="true"
                    android:focusableInTouchMode="false"
                    android:background="@drawable/focused_home_selector">

                    <View
                        android:layout_width="match_parent"
                        android:layout_height="match_parent"
                        android:background="?attr/selectableItemBackground"/>

                    <LinearLayout
                        android:orientation="vertical"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_centerInParent="true"
                        android:gravity="center"
                        tools:ignore="RelativeOverlap,UseCompoundDrawables">

                        <ImageView
                            android:layout_width="@dimen/_100sdp"
                            android:layout_height="@dimen/_100sdp"
                            android:src="@drawable/boxing"
                            android:layout_marginBottom="@dimen/_2sdp"
                            android:contentDescription="@string/todo"/>

                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:text="@string/series_home"
                            android:textColor="@color/white"
                            android:textSize="@dimen/_19ssp"
                            android:textStyle="bold"/>

                        <TextView
                            android:layout_marginTop="@dimen/_5sdp"
                            android:id="@+id/tv_series_auto_renew"
                            android:layout_gravity="center"
                            android:text="Last updated: 3 secs ago"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:textColor="@color/white"
                            android:textSize="@dimen/_8ssp"
                            android:lines="1"
                            android:alpha="0.6"
                            android:layout_marginStart="@dimen/_5sdp"
                            android:layout_marginEnd="@dimen/_5sdp"
                            tools:ignore="HardcodedText"/>

                    </LinearLayout>

                    <LinearLayout
                        android:layout_marginStart="@dimen/_10sdp"
                        android:id="@+id/ll_series_auto_renew"
                        android:layout_width="match_parent"
                        android:layout_height="@dimen/_40sdp"
                        android:layout_alignParentBottom="true"
                        android:layout_alignParentStart="true"
                        android:gravity="center"
                        android:focusable="false"
                        android:orientation="vertical"
                        android:focusableInTouchMode="false">
                        <ImageView
                            android:id="@+id/iv_series_auto_renew"
                            android:layout_marginStart="@dimen/_5sdp"
                            android:layout_marginEnd="@dimen/_5sdp"
                            android:padding="@dimen/_2sdp"
                            android:layout_width="@dimen/_32sdp"
                            android:layout_height="@dimen/_22sdp"
                            android:background="@drawable/bg_autorenew"
                            android:src="@drawable/ic_repeate"
                            android:contentDescription="@string/todo"
                            android:focusable="false"
                            android:focusableInTouchMode="false"
                            android:backgroundTint="#FF9100"
                            app:tint="@color/white" />

                    </LinearLayout>

                    <TextView
                        android:id="@+id/tv_total_serials"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_alignParentEnd="true"
                        android:background="@drawable/bg_save_btn"
                        android:text="0"
                        android:textColor="@color/white"
                        android:textSize="@dimen/_8ssp"
                        android:textStyle="bold"
                        android:layout_margin="@dimen/_4sdp"
                        android:paddingStart="@dimen/_4sdp"
                        android:paddingEnd="@dimen/_4sdp"
                        android:paddingBottom="@dimen/_3sdp"
                        android:paddingTop="@dimen/_2sdp"
                        tools:ignore="HardcodedText" />

                </RelativeLayout>

            </RelativeLayout>

        </LinearLayout>

    </LinearLayout>

</RelativeLayout>