summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-03-04 10:04:49 -0800
committerWinson Chung <winsonc@google.com>2011-03-04 11:20:32 -0800
commit30882dd91a1fd6b9877fad1ebc5b1042c5d26fcd (patch)
tree7490e24594f868302e34c7853033685ecf178607 /res/values/attrs.xml
parent3c438bcbd3a0e40141117c5b68a82a8be5ddf140 (diff)
downloadandroid_packages_apps_Trebuchet-30882dd91a1fd6b9877fad1ebc5b1042c5d26fcd.tar.gz
android_packages_apps_Trebuchet-30882dd91a1fd6b9877fad1ebc5b1042c5d26fcd.tar.bz2
android_packages_apps_Trebuchet-30882dd91a1fd6b9877fad1ebc5b1042c5d26fcd.zip
Adding background protection for AllApps.
Change-Id: If4f8a2e80e1ceae6c84fcea58cc5fcc118aad25e
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 5e6a2ab64..2be599955 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -61,6 +61,16 @@
</declare-styleable>
+ <!-- StrokedTextView specific attributes. -->
+ <declare-styleable name="StrokedTextView">
+ <!-- The color of the stroke outline -->
+ <attr name="strokeColor" format="color" />
+ <!-- The color of the text -->
+ <attr name="strokeTextColor" format="color" />
+ <!-- The width of the stroke -->
+ <attr name="strokeWidth" format="float" />
+ </declare-styleable>
+
<!-- PagedViewIcon specific attributes. These attributes are used to customize
a PagedViewIcon view in XML files. -->
<declare-styleable name="PagedViewIcon">