summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-11-03 13:12:50 -0700
committerWinson Chung <winsonc@google.com>2011-11-03 16:31:47 -0700
commit620542254c9b63cd17d2deefb07ffd39d8a54623 (patch)
tree3d4c53edea1c22b599d975115a1913c7261451df /res/values
parent14cee9a9bb10807362595f1d1e486716f997fc00 (diff)
downloadandroid_packages_apps_Trebuchet-620542254c9b63cd17d2deefb07ffd39d8a54623.tar.gz
android_packages_apps_Trebuchet-620542254c9b63cd17d2deefb07ffd39d8a54623.tar.bz2
android_packages_apps_Trebuchet-620542254c9b63cd17d2deefb07ffd39d8a54623.zip
Altering touch feedback for qsb assets. (Bug: 5560273)
- Removing some dead code Change-Id: If6f3ffcf28249ca08c23089acb5bcd501b455119
Diffstat (limited to 'res/values')
-rw-r--r--res/values/attrs.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 800aeaa5c..5fe1abde0 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -80,6 +80,12 @@
<attr name="strokeWidth" format="float" />
</declare-styleable>
+ <!-- HolographicLinearLayout specific attributes. -->
+ <declare-styleable name="HolographicLinearLayout">
+ <!-- The source view to generate and apply the drawable states to/from -->
+ <attr name="sourceImageViewId" format="integer" />
+ </declare-styleable>
+
<!-- PagedViewIcon specific attributes. These attributes are used to customize
a PagedViewIcon view in XML files. -->
<declare-styleable name="PagedViewIcon">