Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-grabner committed Dec 29, 2016
2 parents 80b6540 + 0f864e3 commit 5cef775
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class CircleProgressView extends View {
protected RectF mCircleInnerContour = new RectF();
//value animation
Direction mDirection = Direction.CW;
float mCurrentValue = 42;
float mCurrentValue = 0;
float mValueTo = 0;
float mValueFrom = 0;
float mMaxValue = 100;
Expand Down

0 comments on commit 5cef775

Please sign in to comment.