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

This library is cool but it needs some new methods. 1)Have an option to set the text inside the search like the text searched 2)Have an option to select all...

I want to set user searched text in search view after searching it but not hint. How can we do it? Thank you

private boolean isVoiceAvailable() { if (isInEditMode()) { return true; } PackageManager pm = getContext().getPackageManager(); List activities = pm.queryIntentActivities( new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH), 0); return activities.size() >= 0; }

when i added this searchview toolbar is not show.

How can i get the text on the input without submit? Or how can i submit with a Button in the layout?

I'm setting it as true like here ```java mSearchView = (MaterialSearchView) findViewById(R.id.search_view); mSearchView.setVoiceSearch(true); mSearchView.showSearch(false); ``` Yet the voice search icon in the searchbar is not displaying. Is this a bug?...

Hello! Can we change the size of suggestion list line?

Here is the code: `public class MainActivity extends AppCompatActivity { MaterialSearchView searchView; ListView listView; String[] listSource = { "one", "two", "three", "four" }; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);...

java.lang.IllegalStateException: at android.view.RenderNode.addAnimator(RenderNode.java:786) at android.view.RenderNodeAnimator.setTarget(RenderNodeAnimator.java:297) at android.view.RenderNodeAnimator.setTarget(RenderNodeAnimator.java:279) at android.animation.RevealAnimator.(RevealAnimator.java:37) at android.view.ViewAnimationUtils.createCircularReveal(ViewAnimationUtils.java:71) at com.miguelcatalan.materialsearchview.utils.AnimationUtil.reveal(AnimationUtil.java:86) at com.miguelcatalan.materialsearchview.MaterialSearchView.setVisibleWithAnimation(MaterialSearchView.java:553) at com.miguelcatalan.materialsearchview.MaterialSearchView.showSearch(MaterialSearchView.java:519) at com.miguelcatalan.materialsearchview.MaterialSearchView.showSearch(MaterialSearchView.java:501)

http://www.materialdoc.com/search-filter/ link is broken, please update it