activity_play_video.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
  4. android:layout_height="match_parent">
  5. <com.jld.vod.view.widget.MyJzvdStd
  6. android:id="@+id/jz_video"
  7. android:layout_width="match_parent"
  8. android:layout_height="match_parent" />
  9. <FrameLayout
  10. android:id="@+id/fl_bg_ad"
  11. android:layout_width="match_parent"
  12. android:layout_height="match_parent">
  13. <RelativeLayout
  14. android:layout_width="match_parent"
  15. android:layout_height="match_parent">
  16. <VideoView
  17. android:layout_width="match_parent"
  18. android:layout_height="match_parent"
  19. android:id="@+id/vd_ad"
  20. />
  21. <TextView
  22. android:layout_alignParentTop="true"
  23. android:layout_alignParentRight="true"
  24. android:id="@+id/auto_ms_text"
  25. android:textColor="@color/black"
  26. android:textSize="16sp"
  27. android:layout_width="wrap_content"
  28. android:layout_height="wrap_content"
  29. android:layout_margin="20dp"
  30. android:paddingTop="5dp"
  31. android:paddingBottom="5dp"
  32. android:paddingLeft="10dp"
  33. android:paddingRight="10dp"
  34. android:background="@color/white"
  35. />
  36. </RelativeLayout>
  37. </FrameLayout>
  38. </RelativeLayout>