diff --git a/README.md b/README.md index 21de0fd..9afe62d 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,16 @@ Beautiful progress bar split into several segments. Highly customizable. Fully w
++ +
+- +
+ ## Why this library? Have you ever needed to display a progression showing several completion steps? The Android SDK offers a ProgressBar component that comes with a single segment. When you want to give a compelling interface showing the actual progression of your users, it looks friendlier – and prettier! – to show a segmented progression rather than a linear progression partially filled. @@ -34,7 +40,7 @@ Add Jitpack (where the library is hosted) in your root `build.gradle` file: ```groovy allprojects { repositories { - maven { url "https://jitpack.io" } + maven { url "https://jitpack.io" } } } ``` @@ -43,7 +49,7 @@ Then in your `build.gradle` module file where you want to use this library: ```groovy dependencies { - implementation "com.github.StephenVinouze:SegmentedProgressBar:{latest_version}" + implementation "com.stephenvinouze:SegmentedProgressBar:{latest_version}" } ``` @@ -120,11 +126,6 @@ SegmentedProgressBar( I encourage you to play around with the sample to get a better look and feel. It show cases advanced usage with custom animation based on the progression callbacks that aren't part of the library itself. -- - -
- # License ```xml Copyright 2022 Stephen Vinouze