diff options
author | Raj Yengisetty <rajesh@cyngn.com> | 2015-04-06 18:09:12 -0700 |
---|---|---|
committer | Brandon McAnsh <brandon.mcansh@gmail.com> | 2015-10-10 14:46:50 -0400 |
commit | 01cbd7754497913bcff4698ca3bd501c25108778 (patch) | |
tree | 7848036f578005b5c7bd8687313788df9f060d24 /res | |
parent | 647b6e45bdd938b0ac5a0a452eabad057c8d8955 (diff) | |
download | android_frameworks_opt_chips-01cbd7754497913bcff4698ca3bd501c25108778.tar.gz android_frameworks_opt_chips-01cbd7754497913bcff4698ca3bd501c25108778.tar.bz2 android_frameworks_opt_chips-01cbd7754497913bcff4698ca3bd501c25108778.zip |
Chips: Add a view attribute for maximum number of chips parsed
Additionally add a dynamic way to set maxChipsParsed
Change-Id: I8e88d4268b8e2ecc6de26d8cf69a985821c8e9f0
Diffstat (limited to 'res')
-rw-r--r-- | res/values/attrs.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 8cc5470..19524b1 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -34,5 +34,6 @@ <attr name="selectedChipBackgroundColor" format="color" /> <attr name="unselectedChipTextColor" format="color" /> <attr name="selectedChipTextColor" format="color" /> + <attr name="maxChips" format="integer" /> </declare-styleable> -</resources>
\ No newline at end of file +</resources> |