You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<FrameLayout
android:id="@+id/render_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:background="#000000">
<!--<com.yinuo.safetywatcher.player.ProVideoView
android:id="@+id/video_view2"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:keepScreenOn="true"
android:visibility="gone" />-->
<com.yinuo.safetywatcher.player.ProVideoView
android:id="@+id/video_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:keepScreenOn="true" />
<ImageView
android:id="@+id/surface_cover"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#000000"
android:scaleType="centerCrop" />
<ImageView
android:id="@+id/live_video_snap_thumb"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_gravity="right|top"
android:layout_margin="3dp"
android:clickable="true"
android:gravity="center"
android:padding="3dp"
android:scaleType="centerCrop"
android:visibility="invisible" />
<LinearLayout
android:id="@+id/player_container"
android:layout_width="match_parent"
android:layout_height="200dp"
android:layout_gravity="center"
android:background="#fff"
android:gravity="center"
android:orientation="vertical"
android:visibility="gone">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/new_lost" />
</LinearLayout>
</FrameLayout>
</LinearLayout>