From 76de4186304fc1fba30fed31678c26ef65107bb2 Mon Sep 17 00:00:00 2001 From: Roman Tcaregorodtcev Date: Sat, 24 Mar 2018 22:52:36 +0300 Subject: [PATCH] Update README.md --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06726fe..e162331 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # MaterialSeekBar +[![](https://jitpack.io/v/R12rus/MaterialSeekBar.svg)](https://jitpack.io/#R12rus/MaterialSeekBar) +[![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/MIT) + +# Installation +To get a Git project into your build: + Step 1. Add the JitPack repository to your build file ``` allprojects { @@ -9,9 +15,26 @@ Step 1. Add the JitPack repository to your build file } } ``` - + +Step 2. ``` dependencies { compile 'com.github.R12rus:MaterialSeekBar:0.0.1' } ``` + +

+ +

+ +# Usage +Example of usage in xml layout +``` + +```