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

Can't set text color with Color.WHITE #50

Open
shomin1983 opened this issue Mar 27, 2018 · 0 comments
Open

Can't set text color with Color.WHITE #50

shomin1983 opened this issue Mar 27, 2018 · 0 comments

Comments

@shomin1983
Copy link

The Color.WHITE value is -1.
However, the checking condition in WheelView.refreshTextView is incorrect.

int textColor = mStyle.textColor != -1 ? mStyle.textColor : WheelConstants.WHEEL_TEXT_COLOR;

The text color is always set to WheelConstants.WHEEL_TEXT_COLOR
Please modify it.

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