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
when in activity go to parent layout ,and in fragment too also do the same thing in framelayout. Just add this attribute:
fragment
framelayout
android:focusableInTouchMode="true"