Skip to content

Commit

Permalink
new screenshot, updated references
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBIMC committed May 22, 2016
1 parent bcd8f52 commit ee11a61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

As far as I checked, there are no cool implementations of SeekBarPreference. So I decided to make one. Works on API-v7+

<img src="https://raw.githubusercontent.com/MrBIMC/MaterialSeekBarPreference/master/ART/screen_1.jpg" width="255">
<img src="https://raw.githubusercontent.com/MrBIMC/MaterialSeekBarPreference/master/ART/screen_4.jpg" width="255">
<img src="https://raw.githubusercontent.com/MrBIMC/MaterialSeekBarPreference/master/ART/screen_2.jpg" width="255">
<img src="https://raw.githubusercontent.com/MrBIMC/MaterialSeekBarPreference/master/ART/screen_3.jpg" width="255">

#Usage

Add this to your module dependencies:
```groovy
compile 'com.pavelsikun:material-seekbar-preference:2.0.0+'
compile 'com.pavelsikun:material-seekbar-preference:2.1.0+'
````
Reference namespace on top of your layout file:
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
dependencies {
compile project(':library')
// for your projects use:
// compile 'com.pavelsikun:material-seekbar-preference:2.0.0'
// compile 'com.pavelsikun:material-seekbar-preference:2.1.0'

compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:cardview-v7:23.4.0'
Expand Down

0 comments on commit ee11a61

Please sign in to comment.