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

Tab settextcolor() is not working #319

Open
vydyapuneethkumar opened this issue Dec 4, 2017 · 1 comment
Open

Tab settextcolor() is not working #319

vydyapuneethkumar opened this issue Dec 4, 2017 · 1 comment

Comments

@vydyapuneethkumar
Copy link

tabsStrip.setTextColor(R.color.green);
is not working please check

@Crysis21
Copy link

Crysis21 commented Dec 7, 2017

you're making the call wrong. R.color.green is an id, not a color resource. use getContext().getResources().getColor(R.color.green)

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