File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 2
2
# Material SearchBar Android
3
3
Material Design Search Bar for Android
4
4
[ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-MaterialSearchBar-orange.svg?style=flat )] ( http://android-arsenal.com/details/1/4158 )
5
+ [ ![ ] ( https://jitpack.io/v/mancj/MaterialSearchBar.svg )] ( https://jitpack.io/#mancj/MaterialSearchBar )
6
+
5
7
----------
6
8
This beautiful and easy to use library will help to add Lollipop Material Design SearchView in your project.
7
9
@@ -36,10 +38,11 @@ add the dependency to the the app level build.gradle file
36
38
37
39
``` gradle
38
40
dependencies {
39
- implementation 'com.github.mancj:MaterialSearchBar:0.8.2 '
41
+ implementation 'com.github.mancj:MaterialSearchBar:X.X.X '
40
42
}
41
43
42
44
```
45
+ [ ![ ] ( https://jitpack.io/v/mancj/MaterialSearchBar.svg )] ( https://jitpack.io/#mancj/MaterialSearchBar )
43
46
44
47
then add SearchBar to your activity:
45
48
You can’t perform that action at this time.
0 commit comments