I have SearchView in the top of the layout (not in the action bar), is there anyway to force this View to be always expanded (opened)?
SearchView
View
If n
You can try to use
searchView.onActionViewExpanded();
and if you do not need keyboard opened
searchView.clearFocus();