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

Prevent keyboard autoshown #123

Open nienlm-hhtv opened 7 years ago

nienlm-hhtv commented 7 years ago

by default, the keyboard is auto show then searchView shown, how can I manually prevent it ?

WINTEX commented 7 years ago

You should override original edittext in library that is searchviev text edit on toolbar, here how i made it myself: https://github.com/MiguelCatalan/MaterialSearchView/issues/121 Then search in stack or google how to diasable auto keyboard showing. Good luck.