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

Pretty straightforward. The microphone button does not have a valid contentDescription. ```mt_search``` should have some kind of contentDescription.

I have tried to change the cursor color with a custom theme, but it's always white. Any suggestions ?

android:inputType = "number" not work. It very good if you can add this option.

My android studio says this method does not exist. Have I made a mistake somewhere?

If a screen with MaterialSearchBar is end point and can only navigate Back, i want nav icon to be as Back (arrow) button by default (not hamburger menu) Is there...

In the demo example , the histroy search can't be deleted , yet there's a "X" aside.

Whenever I go to another app, it goes onPause, it crashes with this error 10-04 18:26:46.166 14402-14409/? E/zygote: Failed sending reply to debugger: Broken pipe 10-04 18:26:56.055 14402-14402/com.mancj.example E/AndroidRuntime: FATAL...

I would like to have an action when back button clicked Only way I can get that is to set `app:mt_navIconEnabled="true"` But I do not want to see Hamburger icon...

Hi, First of all, thanks for this awesome lib. I've implemented a simple `OnSearchActionListener` and have noticed that `onButtonClicked` is not being called when I tap on the `clear` and...