<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.dueeeke.videoplayer.player.VideoView
android:id="@+id/video_view"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<FrameLayout
android:id="@+id/frame_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/trans" />
<ImageView
android:id="@+id/send_image"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_gravity="right|top"
android:layout_marginTop="5dp"
android:layout_marginRight="10dp"
android:background="@drawable/press_t_2_blu"
android:focusable="true"
android:padding="5dp"
android:src="@drawable/ic_to_tv" />
<ImageView
android:id="@+id/from_image"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_gravity="right|bottom"
android:layout_marginBottom="5dp"
android:layout_marginRight="10dp"
android:background="@drawable/press_t_2_blu"
android:focusable="true"
android:padding="5dp"
android:src="@drawable/ic_change" />
</FrameLayout>