Remove the SearchIcon as hint in the searchView
I am doing an application where for example when i click on the image(it is a searchView) the search pad opens ! and it looks like but here the default search icon (magnifier) gets displayed but this dissappears as soon as some text is entered but i dont want that magnifier to be displayed even the image is clicked for the first time and here i am not using any xml file my code is public class MainActivity extends Activity { @SuppressLint("NewApi") @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); RelativeLayout relative = new RelativeLayout