<?xml version="1.0" encoding="utf-8"?>
<merge
  xmlns:android="http://schemas.android.com/apk/res/android" xmlns:yt="http://schemas.android.com/apk/res-auto">
    <RelativeLayout android:id="@id/mini_camera_preview_container" android:layout_width="100.0dip" android:layout_height="180.0dip" android:layout_alignParentBottom="true">
        <SurfaceView android:id="@id/mini_camera_preview" android:layout_width="100.0dip" android:layout_height="180.0dip" android:layout_alignParentBottom="true" android:layout_alignParentStart="true" />
    </RelativeLayout>
</merge>
