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

How to change text color programatically #21

Open
kevjett opened this issue Jul 12, 2016 · 0 comments
Open

How to change text color programatically #21

kevjett opened this issue Jul 12, 2016 · 0 comments

Comments

@kevjett
Copy link

kevjett commented Jul 12, 2016

I'm trying to dynamically change the font color using the following code. It's not working. Does anyone know how to change the color?

ImageView icon = FontIconDrawable.inflate(context, R.xml.arrow);
icon.setTextColor(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

1 participant