summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-05-09 16:00:53 -0700
committerWinson Chung <winsonc@google.com>2011-05-12 10:40:25 -0700
commit46af2e89164b391b7a0049c6ce9048a2b7a7f644 (patch)
treeb9b241e12baf8cda73cb0e636c750d9dcf8f4f53 /res/values/attrs.xml
parent95963d614eac0dd67fd70e774c4c83b7eb676b3b (diff)
downloadandroid_packages_apps_Trebuchet-46af2e89164b391b7a0049c6ce9048a2b7a7f644.tar.gz
android_packages_apps_Trebuchet-46af2e89164b391b7a0049c6ce9048a2b7a7f644.tar.bz2
android_packages_apps_Trebuchet-46af2e89164b391b7a0049c6ce9048a2b7a7f644.zip
Adding Wallpapers tab.
Change-Id: Ic42bec30a4a3a4f8745bd1b5b164f33cc9a6c96f
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 2323358c6..75b93bf0d 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -112,7 +112,7 @@
<!-- AppsCustomizePagedView specific attributes. These attributes are used to
customize an AppsCustomizePagedView in xml files. -->
<declare-styleable name="AppsCustomizePagedView">
- <!-- Horizontal spacing between widgets -->
+ <!-- Horizontal spacing between widgets and wallpapers -->
<attr name="widgetCellWidthGap" format="dimension" />
<!-- Vertical spacing between widgets -->
<attr name="widgetCellHeightGap" format="dimension" />
@@ -120,6 +120,10 @@
<attr name="widgetCountX" format="integer" />
<!-- Number of widgets vertically -->
<attr name="widgetCountY" format="integer" />
+ <!-- Number of wallpaper pickers horizontally -->
+ <attr name="wallpaperCountX" format="integer" />
+ <!-- Number of wallpaper pickers vertically -->
+ <attr name="wallpaperCountY" format="integer" />
</declare-styleable>
<!-- CustomizePagedView specific attributes. These attributes are used to customize