summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge-port
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2010-12-09 13:50:24 -0800
committerWinson Chung <winsonc@google.com>2010-12-09 16:39:38 -0800
commit78bd53c71d8c27624ebabaa5903646272c0e3f5b (patch)
treef3fe27dde0596323aba28b4e6f6328a4aa1abc9b /res/layout-xlarge-port
parent696a67969d657d38eff33996633f08da0e21841f (diff)
downloadpackages_apps_trebuchet-78bd53c71d8c27624ebabaa5903646272c0e3f5b.zip
packages_apps_trebuchet-78bd53c71d8c27624ebabaa5903646272c0e3f5b.tar.gz
packages_apps_trebuchet-78bd53c71d8c27624ebabaa5903646272c0e3f5b.tar.bz2
Differentiating max widget cell count and max wallpaper cell count in customization drawer.
Change-Id: Ic649f185f9a294af38ed224e9dbb7530e7cbf29a
Diffstat (limited to 'res/layout-xlarge-port')
-rw-r--r--res/layout-xlarge-port/customization_drawer.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout-xlarge-port/customization_drawer.xml b/res/layout-xlarge-port/customization_drawer.xml
index d90f3ca..a1bc7cc 100644
--- a/res/layout-xlarge-port/customization_drawer.xml
+++ b/res/layout-xlarge-port/customization_drawer.xml
@@ -20,7 +20,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
launcher:wallpaperCellSpanX="3"
- launcher:widgetCellCountX="9"
+ launcher:wallpaperCellCountX="9"
+ launcher:widgetCellCountX="10"
launcher:cellCountX="5"
launcher:cellCountY="3"
launcher:pageLayoutWidthGap="36dp"