AndroidTagGroup icon indicating copy to clipboard operation
AndroidTagGroup copied to clipboard

multi color for multi tag

Open yfsx opened this issue 8 years ago • 5 comments

hi, thanks for this great lib!

i wanna ask, is it possible to use multi color for each item in tag list?

for example i have 5 tags, i want first and second tag is red background with black list and white color text, while third one is red list with transparent background and black text, rest of all is random.

thanks!

yfsx avatar Jun 17 '16 09:06 yfsx

i have meet same problem,the TagGroup only one tag selected.can't set every tag style

starktonys avatar Jun 22 '16 07:06 starktonys

protected TagView getTagAt(int index) { return (TagView) getChildAt(index); }

get the tagView

UC10D avatar Aug 01 '16 02:08 UC10D

change protected to public , TagView is entend TextView. you can get you wanted

UC10D avatar Aug 01 '16 03:08 UC10D

how can I change protected to public in the read-only file = =

hughfowl avatar Jul 27 '18 07:07 hughfowl

you have to make "class TagView extends TextView" public then do something about the view

hughfowl avatar Jul 30 '18 10:07 hughfowl