<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:gravity="center_vertical"
    android:orientation="horizontal"
    android:background="@drawable/selector_group_new"
    android:paddingLeft="30dp"
    android:paddingRight="30dp"
    android:focusable="true"
    android:focusableInTouchMode="true"
    android:layout_width="500dp"
    android:layout_height="100dp"
    android:paddingHorizontal="30dp">
    <ImageView
        android:id="@+id/live_group_image"
        android:layout_width="60dp"
        android:layout_height="60dp"
        android:layout_marginLeft="30dp"
        android:layout_marginRight="30dp"
        android:scaleType="centerCrop"
        android:layout_marginHorizontal="30dp"/>
    <TextView
        android:textSize="32sp"
        android:textColor="#ffffff"
        android:id="@+id/live_group_title"
        android:layout_width="0dp"
        android:layout_height="wrap_content"
        android:maxLines="1"
        android:layout_weight="1"/>
    <TextView
        android:textSize="34sp"
        android:textColor="#ffffff"
        android:id="@+id/live_group_content"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginStart="30dp"/>
</LinearLayout>
