Can you help me on how to disable searchview when button is pressed? I\'m trying this code:
searchView.setEnabled(false); searchView.setFocu
Try the following:
searchview.setInputType(InputType.TYPE_NULL);