Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi color for multi tag #39

Open
yfsx opened this issue Jun 17, 2016 · 5 comments
Open

multi color for multi tag #39

yfsx opened this issue Jun 17, 2016 · 5 comments

Comments

@yfsx
Copy link

yfsx commented Jun 17, 2016

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!

@starktonys
Copy link

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

@UC10D
Copy link

UC10D commented Aug 1, 2016

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

get the tagView

@UC10D
Copy link

UC10D commented Aug 1, 2016

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

@hughfowl
Copy link

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

@hughfowl
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants