<?xml version="1.0" encoding="utf-8"?>
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:id="@+id/fragment_su_video_view"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
<!--2. 视频广告 -->
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:layout_weight="1" />
|
|
<TextView
|
android:layout_width="@dimen/h20"
|
android:layout_height="match_parent" />
|
|
<RelativeLayout
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:layout_weight="1"
|
android:background="#001738">
|
|
<ImageView
|
android:id="@+id/advertise"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
</RelativeLayout>
|
</LinearLayout>
|
</RelativeLayout>
|