Closed MuhamedFathy closed 9 years ago
I have the same problem
In my case, I set only in javacode and works now. Don't set the Bar Color in xml file.
I found the solution, just define the color code from code like this
mWheel.setBarColor(0xFF448AFF);
if you define the color from code but get color from xml like this it will not work
mWheel.setBarColor(R.color.myColor);
Yeah, it doesn't expect a color Id. Closing the issue.
I set the color from xml to blue but it's gives me a black wheel, also from code using
wheel.setBarColor(Color.BLUE);
but still black!Is there anyway to fix that?!