summaryrefslogtreecommitdiffstats
path: root/res/layout/photo_set.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/photo_set.xml')
-rw-r--r--res/layout/photo_set.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/res/layout/photo_set.xml b/res/layout/photo_set.xml
index f6ff637d6..d929cadfb 100644
--- a/res/layout/photo_set.xml
+++ b/res/layout/photo_set.xml
@@ -5,12 +5,18 @@
android:paddingLeft="8dp"
android:paddingRight="8dp" >
- <com.android.photos.views.GalleryThumbnailView
+ <GridView
android:id="@id/android:list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
- android:drawSelectorOnTop="true" />
+ android:drawSelectorOnTop="true"
+ android:numColumns="auto_fit"
+ android:stretchMode="columnWidth"
+ android:columnWidth="200dip"
+ android:horizontalSpacing="4dip"
+ android:verticalSpacing="4dip"
+ android:padding="4dip" />
<TextView
android:id="@id/android:empty"