From bb591d4c53cb78cfd5926ecc247b8eb30c54f288 Mon Sep 17 00:00:00 2001 From: Antoine Merle Date: Thu, 9 Jan 2014 01:19:40 +0100 Subject: [PATCH] Updated read me --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 237135b..3a878ce 100644 --- a/README.md +++ b/README.md @@ -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' } ``` @@ -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)