<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent" />
<com.electric.chargingpile.view.UpVideoView2
android:id="@+id/view_show_video"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<ImageView
android:id="@+id/view_show_icon"
android:layout_width="40dp"
android:layout_height="40dp"
android:visibility="gone"
android:layout_centerInParent="true"
android:background="@drawable/app_talk_video_icon"/>
<include layout="@layout/view_show_bottom" />
</RelativeLayout>
|