Where are the Android icon drawables within the SDK?

Solution 1:

In android.R.drawable, read more here : http://docs.since2006.com/android/2.1-drawables.php


Simple resource usage :

android:icon="@android:drawable/ic_menu_save"

Simple Java usage :

myMenuItem.setIcon(android.R.drawable.ic_menu_save);

Solution 2:

Icons are provided by Google themselves for free at, http://developer.android.com/design/downloads/index.html