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

Using the AndroidX migration tool, this provides the androidx libraries instead of the support libraries

how to make clickable the search suggestion list

How to implement the click listener of the Suggestion Items. ? I made an interface to implement the click listener of the suggested items. But on narrowing down to some...

I use fragment to set up search of my view. I want to set my icons to be white, set search bar to be transparent color. When it comes to...

Great lib! Please advise if any built-in possibility to use like SearchView: with toolbar, click on menu item reveals your control, exiting show toolbar with title etc. Thanks!

W/nitoruldegalat: Accessing hidden field Landroid/widget/TextView;->mCursorDrawableRes:I (light greylist, reflection) 09-10 16:39:55.294 16710-16710/io.spaceapps.monitoruldegalati E/ContentValues: init: com.mancj.materialsearchbar.EditTextStyleHelper$EditTextStyleChangeError: Error applying changes to android.support.v7.widget.AppCompatEditText{a7d5bfc VFED..CL. ......I. 0,0-0,0 #7f080080 app:id/mt_editText} at com.mancj.materialsearchbar.EditTextStyleHelper.apply(EditTextStyleHelper.java:125) at com.mancj.materialsearchbar.EditTextStyleHelper.applyChanges(EditTextStyleHelper.java:40) at com.mancj.materialsearchbar.MaterialSearchBar.setupSearchEditText(MaterialSearchBar.java:317)...

Hi there! i've tried to reach the arrow icon by implementing the listener: searchBar.setOnSearchActionListener(this); and using @Override // public void onButtonClicked(int buttonCode) can anyone tell me how i interact with...

If you approve this change I could create a PR. Otherwise I will be forced to hack your library in my project.

![image](https://user-images.githubusercontent.com/3791583/50596802-fcac8e00-0e6a-11e9-875f-7490617af098.png) Using a filter as the user enters in text (as shown in the library example) which works as expected - but am unable to animate suggestions without listening to...