<?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="@dimen/_30sdp"
    android:orientation="horizontal"
    android:background="#17FFFFFF"
    android:layout_marginEnd="@dimen/_5sdp"
    android:layout_marginBottom="@dimen/_1sdp"
    android:focusable="false"
    android:focusableInTouchMode="false">

    <androidx.nemosofts.material.ImageHelperView
        android:id="@+id/iv_epg_logo"
        android:layout_width="@dimen/_30sdp"
        android:layout_height="@dimen/_30sdp"
        android:src="@drawable/logo"
        android:layout_margin="@dimen/_2sdp"
        android:layout_alignParentStart="true"
        android:focusable="false"
        android:focusableInTouchMode="false"/>

    <TextView
        android:id="@+id/iv_epg_title"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerVertical="true"
        android:layout_marginEnd="@dimen/_15sdp"
        android:layout_toEndOf="@+id/iv_epg_logo"
        android:lines="1"
        android:text="@string/app_name"
        android:textColor="@color/white"
        android:focusable="false"
        android:focusableInTouchMode="false"/>

</RelativeLayout>