Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-grabner committed Aug 29, 2015
1 parent 1c014ce commit a28095e
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,29 @@ The spin bar color can consist of a single color or a gradient from up to 4 colo

![Gradient colors.](https://raw.githubusercontent.com/jakob-grabner/Circle-Progress-View/master/media/ColorGradient.jpg)


# Seek Mode
Set value on touch input. Enbale it:
- Via Code:
```
circleview.setSeekModeEnabled(true);
```
- Via XML:
```
CircleProgressView:seekMode="true"
```
## Add it to you project:

Get the latest release from https://jitpack.io/#jakob-grabner/Circle-Progress-View

repositories {
// ...
maven { url "https://jitpack.io" }
allprojects {
repositories {
// ...
maven { url "https://jitpack.io" }
}
}


dependencies {
// ...
compile 'com.github.jakob-grabner:Circle-Progress-View:v1.2'
compile 'com.github.jakob-grabner:Circle-Progress-View:v1.3'
}

0 comments on commit a28095e

Please sign in to comment.