<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <ImageView android:id="@id/img" android:layout_width="150.0px" android:layout_height="150.0px" android:layout_centerInParent="true" />
    <CheckBox android:id="@id/img_checkbox" android:focusable="false" android:clickable="false" android:layout_width="50.0px" android:layout_height="50.0px" android:button="@drawable/ui_base_pic_selector" android:layout_alignTop="@id/img" android:layout_alignRight="@id/img" />
</RelativeLayout>