-
Notifications
You must be signed in to change notification settings - Fork 513
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
Comments
i have meet same problem,the TagGroup only one tag selected.can't set every tag style |
protected TagView getTagAt(int index) { get the tagView |
change protected to public , TagView is entend TextView. you can get you wanted |
how can I change protected to public in the read-only file = = |
you have to make "class TagView extends TextView" public then do something about the view |
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!
The text was updated successfully, but these errors were encountered: