From 78bd53c71d8c27624ebabaa5903646272c0e3f5b Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Thu, 9 Dec 2010 13:50:24 -0800 Subject: Differentiating max widget cell count and max wallpaper cell count in customization drawer. Change-Id: Ic649f185f9a294af38ed224e9dbb7530e7cbf29a --- res/layout-xlarge-land/customization_drawer.xml | 1 + res/layout-xlarge-port/customization_drawer.xml | 3 ++- res/values/attrs.xml | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) (limited to 'res') diff --git a/res/layout-xlarge-land/customization_drawer.xml b/res/layout-xlarge-land/customization_drawer.xml index 3fff2b094..9d088f2f0 100644 --- a/res/layout-xlarge-land/customization_drawer.xml +++ b/res/layout-xlarge-land/customization_drawer.xml @@ -20,6 +20,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" launcher:wallpaperCellSpanX="3" + launcher:wallpaperCellCountX="12" launcher:widgetCellCountX="16" launcher:cellCountX="8" launcher:cellCountY="3" diff --git a/res/layout-xlarge-port/customization_drawer.xml b/res/layout-xlarge-port/customization_drawer.xml index d90f3ca98..a1bc7cc8a 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" diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 853d49e15..337386916 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -107,6 +107,8 @@ + + -- cgit v1.2.3