1<?xml version="1.0" encoding="utf-8"?>
2<FrameLayout
3    xmlns:android="http://schemas.android.com/apk/res/android"
4    android:layout_width="match_parent"
5    android:layout_height="wrap_content"
6    android:background="?android:attr/activatedBackgroundIndicator"
7    android:padding="2dip">
8
9    <com.android.photos.views.SquareImageView
10        android:layout_width="match_parent"
11        android:layout_height="wrap_content"
12        android:id="@+id/thumbnail" />
13
14</FrameLayout>