I would like to make a button
, a simple button, having the default Search icon
that is used in Android.
However, I do not want to make my own xml file and put the images in the Drawable folder, because i know they already exist in the Android sdk.
- So why not making use of them?
I tried to make something like this:
android:background="@android:drawable/...."
but there in this directory it seems that all the files are png file not xml file able to interact with the user (on button pressed, etc..)
I hope an expert can help solving this problem.