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
searchView.setQuery("typeAnything",true); searchView.setFocusable(true);
will do the trick.