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

I used this view, I found the attributes about tags are not wored; #18

Closed
feaverfei opened this issue Jul 18, 2016 · 2 comments
Closed

Comments

@feaverfei
Copy link

    way one:
    app:tag_text_color="@color/primary_blue"
    app:tag_border_color="@color/primary_blue"
    app:tag_background_color="@color/list_bg"
    way two:
    serchFgTagView.setTagBorderColor(getResources().getColor(R.color.primary_blue));
    serchFgTagView.setTagBackgroundColor(getResources().getColor(R.color.primary_blue));
    serchFgTagView.setTagTextColor(getResources().getColor(R.color.primary_blue));

These things that i used is not work, why?

@whilu
Copy link
Owner

whilu commented Jul 18, 2016

Look at this description: Set the theme. If you want to customize theme, remember set theme with ColorFactory.NONE first, then set other attributes. The same issue: #13. Thanks!

@feaverfei
Copy link
Author

Thanks , so fast ! I'll try

@whilu whilu closed this as completed Jul 23, 2016
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

2 participants