Skip to content

Commit

Permalink
Merge pull request #71 from niedzielski/patch-1
Browse files Browse the repository at this point in the history
Specify Float Instead of Double
  • Loading branch information
castorflex committed Mar 1, 2015
2 parents 1c352b3 + 606ca47 commit 9cd3265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ mProgressBar.setIndeterminateDrawable(new SmoothProgressDrawable.Builder(context
.strokeWidth(8f) //You should use Resources#getDimension
.speed(2f) //2 times faster
.progressiveStartSpeed(2)
.progressiveStopSpeed(3.4)
.progressiveStopSpeed(3.4f)
.reversed(false)
.mirrorMode(false)
.progressiveStart(true)
Expand Down

0 comments on commit 9cd3265

Please sign in to comment.