Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Budiyev committed Jan 11, 2018
1 parent f65489b commit 2373a32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class CircularProgressBar extends View {
private static final int DEFAULT_INDETERMINATE_ROTATION_ANIMATION_DURATION = 1200;
private static final int DEFAULT_INDETERMINATE_SWEEP_ANIMATION_DURATION = 600;
private static final boolean DEFAULT_ANIMATE_PROGRESS = true;
private static final boolean DEFAULT_DRAW_BACKGROUND_STROKE = true;
private static final boolean DEFAULT_DRAW_BACKGROUND_STROKE = false;
private static final boolean DEFAULT_INDETERMINATE = false;
private final Runnable mSweepRestartAction = new SweepRestartAction();
private final RectF mDrawRect = new RectF();
Expand Down

0 comments on commit 2373a32

Please sign in to comment.