554325746@qq.com
2019-08-07 b3eb7dd53747a27d7e81d6ec48ad1da1d2c66ce8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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"
    android:id="@+id/fragment_remote_camera"
    android:background="#f0f4f7"
    >
    <ImageView
        android:id="@+id/remoteCameraPicture"
        android:scaleType="fitXY"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        />
    <!--<com.basic.security.utils.Preview-->
        <!--android:id="@+id/rgbPrievew"-->
        <!--android:layout_width="@dimen/h200"-->
        <!--android:layout_height="@dimen/w200" />-->
 
</RelativeLayout>