summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJin Cao <jinyan@google.com>2014-12-15 16:24:37 -0800
committerJin Cao <jinyan@google.com>2014-12-15 17:29:03 -0800
commitffc0111fa742c72f2457cecc1116e4ea3c6c8c6e (patch)
tree82375f6bb95ace29dfd7d2354311c9b77a30008d /res
parent654c967e9560ccb40a465a78e3296980f530ed55 (diff)
downloadchips-ffc0111fa742c72f2457cecc1116e4ea3c6c8c6e.tar.gz
Clean up chips
- Don't reset selection when we manually change selection due to selecting a chip. We need this selection index to make backspace properly delete the correct chip. - Remove selected chips code because we now use the popup for selected indicator. - Fix accessibility SDK (didn't crash previously because with SDK < 16 mIsAccessibilityOn is always false anyway). - Clean up various warnings throughout RecipientEditTextView. b/18682890 Change-Id: Ided53c0ea29532262c1f592798381ed9bc704fc0
Diffstat (limited to 'res')
-rw-r--r--res/values/attrs.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index be838bf..8cc5470 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -20,7 +20,6 @@
<enum name="start" value="1" />
</attr>
<attr name="chipBackground" format="reference" />
- <attr name="chipBackgroundPressed" format="reference" />
<attr name="chipDelete" format="reference" />
<attr name="chipFontSize" format="reference" />
<attr name="chipHeight" format="reference" />