<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:id="@id/video_view" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
    <TextureView android:id="@id/video_texture_view" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" />
    <SurfaceView android:layout_gravity="center|top" android:id="@id/video_surface_view" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</FrameLayout>
