In the Android list of R.drawables (http://developer.android.com/reference/android/R.drawable.html) I can find the ic_menu_zoom button, which have a little plus sign inside.

Does anyone know about a similar menu button, but with a minus sign? I can’t seem to find anything in the reference.
Thanks.
You are looking for the wrong kind of icon. It clearly says that it is a menu icon
ic_menu_zoom.What you are really looking for is the
btn_plus_andbtn_minus_icons. Note that I’ve omitted the states. You’d actually want all button states to combine them into aStateListDrawable.Alternatively you can take a look at the
btn_zoom_icons.