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

The cursor is invisible while typing .....

Hi mancj, Thanks for the nice searchBar. I encounered a small issue when i use AS 3.0 beta 6, gradle 4.1 with the code ``` ``` I got an err,...

Is there a way to change the hamburger icon to something else?

I tried implementing this support library with the implementation 'com.github.mancj:MaterialSearchBar:0.8.3' , and I am getting an error message that says > ERROR: Failed to resolve: com.github.mancj:MaterialSearchBar:0.8.3

How do I close the dropdown when an item is selected?

its working good while having small size device's, but i;m facing issue with size while using tablets, any idea how to resolve it?

Error:(28, 20) Failed to resolve: com.github.mancj:MaterialSearchBar:0.7.6 Show in FileShow in Project Structure dialog It throws above error during implementation

Correct your default suggestion adapter code cannot delete the first item of suggestions list. In the code of iv_delete.setOnClickListener it should be pos >=0 instead of pos > 0

Hi,i using this component, firstly thank you for all ,great work how can i detect on submit event when client click the search button on keyboard?

Hi, first of all thanks for the great work. I trying to you use your library in a fragment and after i clicked the search icon once and disabledSearch by...