view_channel_group_item.xml
819 Bytes
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:id="@+id/image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/list_item_image_load_fail"
android:contentDescription="@null" />
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="35dp"
android:ellipsize="end"
android:gravity="center"
android:singleLine="true"
android:textColor="@color/text_input_color"
android:textSize="14sp"
android:layout_below="@+id/image" />
</RelativeLayout>