充电桩app代码

view_show_view.xml 557B

    <?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" /> <include layout="@layout/view_show_bottom" /> </RelativeLayout>