I want to remove focus and text from SearchView in onResume().
SearchView
onResume()
I tried searchView.clearFocus() but it is not working.
searchView.clearFocus()
Thi
The simplest (and I think, the only 100% working) solution is, to create an invisible LinearLayout. This LinearLayout will grab the focus from the EditText.
LinearLayout
EditText