Skip to content

Commit

Permalink
Updated read me
Browse files Browse the repository at this point in the history
  • Loading branch information
castorflex committed Jan 9, 2014
1 parent a4fea9f commit bb591d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The lib is now on Maven Central. All you have to do is add it on your gradle bui

```xml
dependencies {
compile 'com.github.castorflex.smoothprogressbar:library:0.2.2'
compile 'com.github.castorflex.smoothprogressbar:library:0.3.1'
}
```

Expand Down Expand Up @@ -47,7 +47,7 @@ mProgressBar.setIndeterminateDrawable(new SmoothProgressDrawable.Builder(context
.interpolator(new DecelerateInterpolator())
.sectionsCount(4)
.separatorLength(8) //You should use Resources#getDimensionPixelSize
.width(8) //You should use Resources#getDimensionPixelSize
.strokeWidth(8f) //You should use Resources#getDimension
.speed(2.0) //2 times faster
.reversed(false)
.mirrorMode(false)
Expand Down

0 comments on commit bb591d4

Please sign in to comment.