item_video.xml 534 Bytes
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">

    <TextView
        android:id="@+id/tv_name"
        android:layout_width="match_parent"
        android:layout_height="40dp"
        android:layout_marginTop="15dp"
        android:background="@drawable/bg_item_schedule"
        android:gravity="center"
        android:singleLine="true"
        android:textColor="#333333"
        android:textSize="14sp" />
</LinearLayout>