summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge/live_wallpaper_list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-xlarge/live_wallpaper_list.xml')
-rw-r--r--res/layout-xlarge/live_wallpaper_list.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout-xlarge/live_wallpaper_list.xml b/res/layout-xlarge/live_wallpaper_list.xml
index 50d99a7..312e672 100644
--- a/res/layout-xlarge/live_wallpaper_list.xml
+++ b/res/layout-xlarge/live_wallpaper_list.xml
@@ -20,12 +20,12 @@
android:gravity="center">
<GridView
android:id="@android:id/list"
- android:layout_width="800dp"
+ android:layout_width="match_parent"
android:layout_height="400dp"
android:layout_gravity="center"
android:numColumns="3"
- android:stretchMode="columnWidth"
- android:horizontalSpacing="15dp"
+ android:stretchMode="spacingWidth"
+ android:columnWidth="@dimen/live_wallpaper_grid_item_width"
android:verticalSpacing="15dp"
android:drawSelectorOnTop="false" />
<TextView