fragment_player_vod.xml
685 Bytes
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android">
<data>
</data>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.cnlive.gundam.video.view.VideoView
android:id="@+id/videoView"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<FrameLayout
android:layout_below="@+id/videoView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/fl_vod"></FrameLayout>
</RelativeLayout>
</layout>