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="35dp"
android:layout_marginTop="15dp"
android:background="@drawable/bg_item_video_10"
android:gravity="center"
android:singleLine="true"
android:textColor="#333333"
android:textSize="13sp" />
</LinearLayout>