list_video_simple_model1.xml 409 字节
Newer Older
G
guoshuyu 已提交
1 2 3 4 5 6 7 8 9 10 11
<?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="wrap_content">

  <com.example.gsyvideoplayer.video.SampleCoverVideo
      android:id="@+id/video_item_player"
      android:layout_width="match_parent"
      android:layout_height="@dimen/post_media_height"/>

</RelativeLayout>