fragment_inter_vod.xml 642 Bytes
<?xml version="1.0" encoding="utf-8"?>

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/vod_layout"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <com.ivt.plus.vitamio.CNMediaPlayer
        android:id="@+id/player"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@android:color/black" />

    <RelativeLayout
        android:id="@+id/views"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_below="@+id/player" />
</RelativeLayout>