summaryrefslogtreecommitdiffstats
path: root/res/layout/photo_set_item.xml
blob: b56184e596c3ba09ef54d4760806a8b346a78e51 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="200dip"
    android:id="@+id/thumbnail">

</ImageView>