I have a Search icon in my toolbar that searches a RecyclerView list.
Pic 1:
When the icon is clicked, the toolbar shows the SearchView\'s setQueryH
Try using mSearchView.setIconified(false).