I want to add a search icon in the EditText hint. Actually, I am using EditText same as SearchView for that I want to set a search icon in between the EditText which disappear when user write something into the EditText same as hint text disappear
Please check the below screenshot:

Create Menu :
To add hint Just use
hintattribute in to your menufor more read this bolg
in Menifest.xml
For more information how to Creating a Search Interface
in jave