summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2010-09-26 17:26:45 -0700
committerWinson Chung <winsonc@google.com>2010-09-27 09:34:15 -0700
commitd0d43010c7a091b6ade407d30e490527a8d16120 (patch)
tree164907441c3ca3b84a08dc0da6ec12b4707c4635 /res/values/attrs.xml
parent28750fba6a2d141eb9a1e566718c17236030b815 (diff)
downloadandroid_packages_apps_Trebuchet-d0d43010c7a091b6ade407d30e490527a8d16120.tar.gz
android_packages_apps_Trebuchet-d0d43010c7a091b6ade407d30e490527a8d16120.tar.bz2
android_packages_apps_Trebuchet-d0d43010c7a091b6ade407d30e490527a8d16120.zip
Adding tap-to-add behaviour to the customization drawer.
Change-Id: I5a0863a8df2a0b4855112eb29b40b6e7dd550db9
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index bb1b85f3b..3e2a8e9d7 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -68,6 +68,15 @@
<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">