An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# DonutProgress

[![CircleCI](https://circleci.com/gh/Taig/donut-progress/tree/master.svg?style=shield)](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

![Screenshots](http://taig.io/DonutProgress/screenshot.png)