summaryrefslogtreecommitdiffstats
path: root/chips/res
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2011-12-16 14:56:27 -0800
committerMindy Pereira <mindyp@google.com>2011-12-16 14:56:27 -0800
commit407f669c2d2108e6732c41b53f5d12355c92bb49 (patch)
tree4884326a88213765eecb148f5738e46e3d6b7a4a /chips/res
parent3da5aa0ceb8e870d43fa6747330064d6ddf4775e (diff)
downloadandroid_frameworks_ex-407f669c2d2108e6732c41b53f5d12355c92bb49.tar.gz
android_frameworks_ex-407f669c2d2108e6732c41b53f5d12355c92bb49.tar.bz2
android_frameworks_ex-407f669c2d2108e6732c41b53f5d12355c92bb49.zip
Make attributes related to chip backgrounds styleable.
Change-Id: I8d4f944e91e12f2a0779ac863c1862110dffb832
Diffstat (limited to 'chips/res')
-rw-r--r--chips/res/values/attrs.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/chips/res/values/attrs.xml b/chips/res/values/attrs.xml
index 2dd1623..44c2500 100644
--- a/chips/res/values/attrs.xml
+++ b/chips/res/values/attrs.xml
@@ -15,6 +15,13 @@
-->
<resources>
<declare-styleable name="RecipientEditTextView">
+ <attr name="invalidChipBackground" format="reference" />
<attr name="chipBackground" format="reference" />
+ <attr name="chipBackgroundPressed" format="reference" />
+ <attr name="chipDelete" format="reference" />
+ <attr name="chipAlternatesLayout" format="reference" />
+ <attr name="chipPadding" format="reference" />
+ <attr name="chipHeight" format="reference" />
+ <attr name="chipFontSize" format="reference" />
</declare-styleable>
</resources>