summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2010-11-22 14:34:57 -0800
committerWinson Chung <winsonc@google.com>2010-11-22 14:43:15 -0800
commitd28ed49ea7fa54a16512c11c83ca8fec942b27af (patch)
tree055c6f4fefe473b4c041027d5ed71ebecc07977b /res
parent59fbda815e7b1c38f7aaf5d7eb87601f78e88c5b (diff)
downloadandroid_packages_apps_Trebuchet-d28ed49ea7fa54a16512c11c83ca8fec942b27af.tar.gz
android_packages_apps_Trebuchet-d28ed49ea7fa54a16512c11c83ca8fec942b27af.tar.bz2
android_packages_apps_Trebuchet-d28ed49ea7fa54a16512c11c83ca8fec942b27af.zip
Fixing improper paging of wallpaper providers in customization drawer.
Change-Id: I3f0323f2e97d4538ae9c35e17738bcbb46b5a2a7
Diffstat (limited to 'res')
-rw-r--r--res/layout-xlarge-port/customization_drawer.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-xlarge-port/customization_drawer.xml b/res/layout-xlarge-port/customization_drawer.xml
index a9e1c0df3..d90f3ca98 100644
--- a/res/layout-xlarge-port/customization_drawer.xml
+++ b/res/layout-xlarge-port/customization_drawer.xml
@@ -19,8 +19,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
- launcher:wallpaperCellSpanX="4"
- launcher:widgetCellCountX="10"
+ launcher:wallpaperCellSpanX="3"
+ launcher:widgetCellCountX="9"
launcher:cellCountX="5"
launcher:cellCountY="3"
launcher:pageLayoutWidthGap="36dp"