You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library is setup to work with the Android Studio and Gradle. If you're using the Eclipse environment then check out the legacy repository here: android-square-progressbar-legacy.
The example application is available at the play store:
General idea
Sometimes you don't have enough space in your layout to display a wide progressbar. So this library gives you a complete new possibility to display a progress. You can simply show a progressbar around an image. And this progressbar can be configured in a lot of different ways, like colour, outline, display of the percentage and so on.
Examples
Here are some examples of how these progressbars could look like:
normal / default
rounded corners
show percent
indeterminate
setRoundedCorners(true)
showProgress(true)
drawOutline(true)
setOpacity(true)
setIndeterminate(true)
There are some further examples available here (with code) : Examples
How to use it? / How to install? / How to contribute?
If you have questions about the code or if you need some help, you can try the Gitter-Group.
Usage
Gradle
This library now works with gradle and will soon be available on the central maven repository. For the moment its on jCenter at Bintray. Just add the following repository to your root build.gradle: