Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BeppiMenozzi authored Dec 7, 2016
1 parent 0af0415 commit 9c20b45
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Rotating Knob Selector

A customizable and very powerful button that replicates the behaviour of a knob with discrete values.<br>
A customizable and very powerful button that replicates the behaviour of a knob with discrete values.<br><br>
<img src="ezgif.com-b175d4980a.gif"><br><br>
The knob is a very powerful tool, that I could not find in the Android panorama:

* It's of immediate understanding to the user
Expand All @@ -10,3 +11,26 @@ The knob is a very powerful tool, that I could not find in the Android panorama:

<i>This version is still in beta and still misses a number of features that are going to be added in the next future.</i>

### Setup
In your project's build.gradle file:

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

In your Application's or Module's build.gradle file:

dependencies {
...
compile 'com.github.BeppiMenozzi:Knob:1.0.0'
...
}

### Minimal usage

### Customization
<img src="ezgif.com-ec0277b0a0.gif">

0 comments on commit 9c20b45

Please sign in to comment.