From f0a596bc56d871cd457ff331449ac36ab38cbada Mon Sep 17 00:00:00 2001 From: Antoine Merle Date: Mon, 17 Mar 2014 22:19:30 +0100 Subject: [PATCH] Updated read me --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dfb2b4..83de61f 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ Or use styles: ``` +*You can find more styles [in the sample app][Sample Themes]* + - Or instantiate a `SmoothProgressDrawable` and set it to your ProgressBar (do not forget to set the Horizontal Style) ```java @@ -83,7 +85,7 @@ mProgressBar.setIndeterminateDrawable(new SmoothProgressDrawable.Builder(context .reversed(false) .mirrorMode(false) .progressiveStart(true) - .progressiveStopEndedListener(mListener) //called when the animation is over + .progressiveStopEndedListener(mListener) //called when the stop animation is over .build()); ``` @@ -114,3 +116,5 @@ Bitdeli: [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/castorflex/smoo [Play Store]: https://play.google.com/store/apps/details?id=fr.castorflex.android.smoothprogressbar.sample [Gradle Please]: http://gradleplease.appspot.com/ + +[Sample Themes]: https://github.com/castorflex/SmoothProgressBar/blob/master/sample/src/main/res/values/styles.xml