summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2010-11-09 17:19:49 -0800
committerWinson Chung <winsonc@google.com>2010-11-10 11:46:26 -0800
commit45e1d6ec0a213a444d01466c3d4f1ded5508ed63 (patch)
tree277917556c14c91b5b4d0045f700b65cf2bef2a9 /res/values/attrs.xml
parent0811495e242c0312ada9e7873fa290e503295500 (diff)
downloadandroid_packages_apps_Trebuchet-45e1d6ec0a213a444d01466c3d4f1ded5508ed63.tar.gz
android_packages_apps_Trebuchet-45e1d6ec0a213a444d01466c3d4f1ded5508ed63.tar.bz2
android_packages_apps_Trebuchet-45e1d6ec0a213a444d01466c3d4f1ded5508ed63.zip
Modifying wallpapers customization page to look like widgets.
- Disallowing touch handling when there are no children Change-Id: I925d6f1f862f8c7994a80c4eaacc80f8d59f6ab2
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 5d6773c48..975548e9c 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -74,15 +74,6 @@
<attr name="checkedOutlineColor" format="color" />
</declare-styleable>
- <!-- PagedViewWidgetIcon specific attributes. These attributes are used to
- customize a PagedViewWidgetIcon view in XML files. -->
- <declare-styleable name="PagedViewWidgetIcon">
- <!-- The checked blur color of the holographic outline -->
- <attr name="checkedBlurColor" />
- <!-- The checked outline color of the holographic outline -->
- <attr name="checkedOutlineColor" />
- </declare-styleable>
-
<!-- PagedView specific attributes. These attributes are used to customize
a PagedView view in XML files. -->
<declare-styleable name="PagedView">
@@ -105,6 +96,8 @@
<!-- CustomizePagedView specific attributes. These attributes are used to customize
a CustomizePagedView view in XML files. -->
<declare-styleable name="CustomizePagedView">
+ <!-- The cell span of an item in the wallpapers tab -->
+ <attr name="wallpaperCellSpanX" format="integer" />
<!-- The number of horizontal cells for the widget tab -->
<attr name="widgetCellCountX" format="integer" />
</declare-styleable>