Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mancj committed Feb 7, 2020
2 parents f79ab7f + ba6a2d2 commit 65f2f27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Material SearchBar Android
Material Design Search Bar for Android
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-MaterialSearchBar-orange.svg?style=flat)](http://android-arsenal.com/details/1/4158)
[![](https://jitpack.io/v/mancj/MaterialSearchBar.svg)](https://jitpack.io/#mancj/MaterialSearchBar)

----------
This beautiful and easy to use library will help to add Lollipop Material Design SearchView in your project.

Expand Down Expand Up @@ -36,10 +38,11 @@ add the dependency to the the app level build.gradle file

```gradle
dependencies {
implementation 'com.github.mancj:MaterialSearchBar:0.8.2'
implementation 'com.github.mancj:MaterialSearchBar:X.X.X'
}
```
[![](https://jitpack.io/v/mancj/MaterialSearchBar.svg)](https://jitpack.io/#mancj/MaterialSearchBar)

then add SearchBar to your activity:

Expand Down

0 comments on commit 65f2f27

Please sign in to comment.