File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# MaterialScrollBar
2
- An Android library that brings the Material Design 5.1 sidebar to pre-5.1 devices.
2
+
3
+ An Android library that brings the Material Design 5.1 scrollbar to pre-5.1 devices. Designed for recyclerViews.
3
4
4
5
<a href =" https://play.google.com/store/apps/details?id=com.turingtechnologies.materialscrollbardemo " >
5
6
<img alt =" Android app on Google Play " src =" https://developer.android.com/images/brand/en_app_rgb_wo_45.png " />
6
7
</a >
7
8
9
+ ![ ] ( https://img.shields.io/hexpm/l/plug.svg ) ![ ] ( https://img.shields.io/github/release/krimin-killr21/MaterialScrollBar.svg?label=jCenter ) ![ ] ( https://img.shields.io/badge/API-7%2B-blue.svg?style=flat ) [ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-MaterialScrollBar-blue.svg?style=flat )] ( https://android-arsenal.com/details/1/2441 )
10
+
8
11
Preview
9
12
-------
10
13
@@ -18,13 +21,13 @@ How to add
18
21
19
22
``` gradle
20
23
maven {
21
- url "https://jitpack.io"
24
+ jcenter()
22
25
}
23
26
```
24
27
25
28
``` gradle
26
29
dependencies {
27
- compile 'com.github.krimin-killr21:MaterialScrollBar :2.+'
30
+ compile 'com.turingtechnologies.materialscrollbar:lib :2.+'
28
31
}
29
32
```
30
33
You can’t perform that action at this time.
0 commit comments