fragment_video.xml 1007 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:clickable="true">
  6. <android.support.v7.widget.CardView
  7. android:id="@+id/fragment_cardview"
  8. android:layout_width="match_parent"
  9. android:layout_height="match_parent">
  10. <com.edufound.android.xyyf.ijkplayer.media.IjkVideoView
  11. android:id="@+id/fragment_video"
  12. android:layout_width="match_parent"
  13. android:layout_height="match_parent"></com.edufound.android.xyyf.ijkplayer.media.IjkVideoView>
  14. <ImageView
  15. android:id="@+id/fragment_image_frame"
  16. android:layout_width="match_parent"
  17. android:layout_height="match_parent"
  18. android:background="@color/colorPrimary"></ImageView>
  19. </android.support.v7.widget.CardView>
  20. </FrameLayout>