<?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>
|