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

setErrorColor doesn't change icon color #380

Open
astroalek opened this issue Mar 11, 2019 · 0 comments
Open

setErrorColor doesn't change icon color #380

astroalek opened this issue Mar 11, 2019 · 0 comments

Comments

@astroalek
Copy link

When I call

mText.setError(message);
mText.setErrorColor(warningColor);

helperText and underline gets warningColor paint; I expected that calling setErrorColor would change also icons color but my icon always become red.

Changing onDraw method on line 1279 could resolve my issue?
From
paint.setAlpha(255);
To
paint.setColor(isInternalValid() ? primaryColor : errorColor);

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