You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set "public static final int PROGRESS_FACTOR = 360;" in CircularProgressDrawable.java
and also in that class: canvas.drawArc(arcElements, -90, progress, false, paint); over line 178
(the original was canvas.drawArc(arcElements, 89, progress, false, paint);)
Can I set clockwise direction of animation?
The text was updated successfully, but these errors were encountered: