Hello i need to put some text inside the searchView and focus/expand the searchView widget.
this is what i tried but it doesn\'t work
@Override publi
public void setIconified(boolean iconify) { if (iconify) { onCloseClicked(); } else { onSearchClicked(); } }
this is code in SearchView
setIconified() is worked for me