<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android" xmlns:yt="http://schemas.android.com/apk/res-auto">
    <com.google.android.libraries.youtube.livecreation.ui.view.CropView android:id="@id/lc_crop_view" android:layout_width="fill_parent" android:layout_height="fill_parent" yt:heightRatio="9" yt:widthRatio="16" />
</FrameLayout>
