| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <?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="match_parent">
- <com.jld.vod.view.widget.MyJzvdStd
- android:id="@+id/jz_video"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
- <FrameLayout
- android:id="@+id/fl_bg_ad"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <VideoView
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:id="@+id/vd_ad"
- />
- <TextView
- android:layout_alignParentTop="true"
- android:layout_alignParentRight="true"
- android:id="@+id/auto_ms_text"
- android:textColor="@color/black"
- android:textSize="16sp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_margin="20dp"
- android:paddingTop="5dp"
- android:paddingBottom="5dp"
- android:paddingLeft="10dp"
- android:paddingRight="10dp"
- android:background="@color/white"
- />
- </RelativeLayout>
- </FrameLayout>
- </RelativeLayout>
|