-
Notifications
You must be signed in to change notification settings - Fork 134
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
Slow tags #10
Comments
Every tag is a TextView. You can just find the TextView you want and change the color of it. |
oh that would be awesome. I'm sorry but how do I find the tag? I have an onTagClickListener that returns a Tag and an int i. I've tried editing this tag but this doesn't update it automatically; I have to update the tag and then tagview.getTags().set(i,tag), and then add and remove all of them so it updates them. is there a simpler way? |
没有仓库吗? |
下次大改后再入库吧
|
好的 谢谢 |
What is the best way to change a tag on click? I have at least 50, and when I click on one of them I want to change the tag's color/pressed state. The way I am doing it now is by clearing the tags and then adding them back, but it can be slow. Any suggestions?
The text was updated successfully, but these errors were encountered: