https://github.com/taig/donut-progress
Circular ProgressBar for Android
https://github.com/taig/donut-progress
android android-ui java sbt
Last synced: 5 months ago
JSON representation
Circular ProgressBar for Android
- Host: GitHub
- URL: https://github.com/taig/donut-progress
- Owner: taig
- License: mit
- Archived: true
- Created: 2015-08-24T13:38:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T12:51:36.000Z (about 8 years ago)
- Last Synced: 2025-08-24T08:11:29.665Z (10 months ago)
- Topics: android, android-ui, java, sbt
- Language: Java
- Homepage:
- Size: 110 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DonutProgress
[](https://circleci.com/gh/Taig/donut-progress/tree/master)
> Circular ProgressBar for Android
## Download
### sbt
````scala
libraryDependencies += "io.taig.android" % "donut-progress" % "1.1.2"
````
### Gradle
````groovy
dependencies {
compile 'io.taig.android:donut-progress:1.1.2@aar'
}
````
## Usage
See the [available xml attributes](https://github.com/taig/donutprogress/blob/master/src/main/res/values/attrs.xml) for the widget's configuration options. All available options can also be configured via code.
## Preview
