Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
woxingxiao authored Nov 7, 2016
1 parent 5282f9a commit 8d79d02
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
[![](https://jitpack.io/v/woxingxiao/BubbleSeekBar.svg)](https://jitpack.io/#woxingxiao/BubbleSeekBar)
##Screenshot
![demo](https://github.com/woxingxiao/BubbleSeekBar/blob/master/demo.gif)

##Download
root project:`build.gradle`
```groovy
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
```
app:`build.gradle`
```groovy
dependencies {
compile 'com.github.woxingxiao:BubbleSeekBar:v1.0'
}
```
##Useage
```xml
<com.xw.repo.bubbleseekbar.BubbleSeekBar
Expand Down Expand Up @@ -60,4 +76,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```
```

0 comments on commit 8d79d02

Please sign in to comment.