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

Set attribute values programnatically won't change the visual of the progress wheel. #44

Closed
boyserk84 opened this issue Nov 7, 2014 · 2 comments

Comments

@boyserk84
Copy link
Contributor

For example, if I call setBarColor( Color.parseColor("#e3a712"); in code, the bar color of the progress wheel won't visually change. The fix is quite simple, at least from the way I see it. It is basically due to barPaint object in ProgressWheel.java hasn't been updated with the new color value when setBarColor() is called.

@Todd-Davies
Copy link
Owner

If you submit a pull request, I'll check it over and merge it.

Cheers

@boyserk84
Copy link
Contributor Author

Here is my pull request:
#45
Thanks

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