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

EditText in SearchView loses focus #214

Open justlogout opened 6 years ago

justlogout commented 6 years ago

After turning the screen(from portrait to horizontally) EditText loses focus, the keyboard is displayed but does respond to click, only after you make a click on EditText the keyboard starts to respond.
How to fix it?

justlogout commented 6 years ago

I fixed it. Just set android:imeOptions="flagNoFullscreen|actionSearch"