MaterialSearchView icon indicating copy to clipboard operation
MaterialSearchView copied to clipboard

Cute library to implement SearchView in a Material Design Approach

Results 101 MaterialSearchView issues
Sort by recently updated
recently updated
newest added

It would be nice if suggestions are an array of objects instead of an array of string. And have a new event onSelectSuggestion to know when and which suggestion is...

Hello, I'm trying to use "long click" function for items... I didn't find solution. Thanks

I cannot intercept when the use clear all text and close query. I try with onSubmitQuery but if the text is empty the event will not fired. Please can you...

is there any way to click on suggestions ? i tried onItemClickedListener and it didn't work so i search for on suggestion clicked and find nothing anyone with any idea...

+ When user search a suggestion appears by checking the whole string instead of the first letter only

How to reproduce: 1) click on search 2) type something and submit 3) click on clear icon issue: textfield is cleared, but the keyboard doesn't show (the user definitely wants...

Add the ability to close search view with animation.

This is working for my use case. I'm able to set `@dimen/font_size_toolbar` where font_size_toolbar is 20sp. I was hesitating to make a variable for `DEFAULT_TEXT_SIZE` in `MaterialSearchView.java` e.g.: `public static...

I'm trying to create a search view that shows suggestions and if the user types anything, then the suggestions are removed. However, when trying to hide suggestions with searchView.dismissSuggestions(), the...

Getting an out of memory. on a Samsung S3 running 4.3 ``` Caused by java.lang.OutOfMemoryError at android.graphics.BitmapFactory.nativeDecodeAsset(BitmapFactory.java) at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:596) at android.graphics.BitmapFactory.decodeResourceStream(BitmapFactory.java:444) at android.graphics.drawable.Drawable.createFromResourceStream(Drawable.java:832) at android.content.res.Resources.loadDrawable(Resources.java:2988) at android.content.res.Resources.getDrawable(Resources.java:1558) at android.support.v7.widget.VectorEnabledTintResources.superGetDrawable(VectorEnabledTintResources.java:74) at...