In the android default search view, 2 clicks are required to input text for search as the first click is used to expand the editText view and another click is to set focus.
It seems to be q redundant and i want to reduce the process to one click only. Is there any methods to do this?