MaterialSearchBar icon indicating copy to clipboard operation
MaterialSearchBar copied to clipboard

Material Design Search Bar for Android

Results 84 MaterialSearchBar issues
Sort by recently updated
recently updated
newest added

Cannot for the life of me figure out this issue. I've seen other people have similar issues, but I don't believe mine is like theirs. E/AndroidRuntime: FATAL EXCEPTION: main Process:...

I was wondering if it would be possibile to add "tap to search" functionality so that when i search an item insted of clicking the search icon on the keyboard...

setSuggstionsClickListener function doesnt work. How can I implement onItemViewClickListener then?

Is there a setting that will allow MaterialSearchBar searches that involve a space in the text searched? As soon as a space is typed all results disappear. Thanks.

Hi, I'm using your API with SDK 27, and `com.android.suport.XYZ:27.1.1`. Thus Gradle displays this error: https://i.stack.imgur.com/AlASw.jpg Would it be possible to update the API please?

Minor issue is when layout direction is RTL, the back arrow is pointing the wrong direction. Thank you for this awesome library

``` binding.searchBar.setCardViewElevation(10); ``` But this is not working. There is no effect. https://drive.google.com/open?id=1NGZA8NYqDT953zBzT_TT7IBOeZQpJlFB @mancj @vbauer @wax911 @pavel163 @RuijiePan

is there any event that called when speech button clicked ?

device : Genymotion android version : 8.0.0 API : 26 > **gradle** implementation 'com.github.mancj:MaterialSearchBar:0.7.6' implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" implementation 'com.android.support:appcompat-v7:27.1.1' implementation 'com.android.support:cardview-v7:27.1.1' implementation 'com.android.support.constraint:constraint-layout:1.1.2' > **xml** ``` ``` > **exception** `FATAL EXCEPTION:...