summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
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/values/attrs.xml
parent696a67969d657d38eff33996633f08da0e21841f (diff)
downloadandroid_packages_apps_Trebuchet-78bd53c71d8c27624ebabaa5903646272c0e3f5b.tar.gz
android_packages_apps_Trebuchet-78bd53c71d8c27624ebabaa5903646272c0e3f5b.tar.bz2
android_packages_apps_Trebuchet-78bd53c71d8c27624ebabaa5903646272c0e3f5b.zip
Differentiating max widget cell count and max wallpaper cell count in customization drawer.
Change-Id: Ic649f185f9a294af38ed224e9dbb7530e7cbf29a
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml2
1 files changed, 2 insertions, 0 deletions
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 @@
<declare-styleable name="CustomizePagedView">
<!-- The cell span of an item in the wallpapers tab -->
<attr name="wallpaperCellSpanX" format="integer" />
+ <!-- The max cell span of all items in a particular wallpaper tab page -->
+ <attr name="wallpaperCellCountX" format="integer" />
<!-- The number of horizontal cells for the widget tab -->
<attr name="widgetCellCountX" format="integer" />
</declare-styleable>