MiguelCatalan / MaterialSearchView

Cute library to implement SearchView in a Material Design Approach
http://miguelcatalan.info/2015/09/23/MaterialSearchView/
Apache License 2.0
3.83k stars 616 forks source link

SearchView autofocus #96

Open mitsus opened 8 years ago

mitsus commented 8 years ago

Hi, how to make MaterialSearchView autofocus? I've try with searchView.setFocusable() but it doesn't work. I've try with MenuItem item = menu.findItem(R.id.action_search); item.expandActionView();

But doesn't work. Please can someone help me?

Best Regards

J-Yen commented 7 years ago

I'm have the same problem. Any solution?

yatindeokar commented 7 years ago

This May Help you.

https://github.com/MiguelCatalan/MaterialSearchView/issues/109