Where can I find Android's default icons?

Blake picture Blake · Nov 1, 2012 · Viewed 231.2k times · Source

Possible Duplicate:
Standard Android menu icons, for example refresh

Where can I find the name of the default Android menu icons (like refresh or compose)?

The code below has an error stating that the resource is not public

<item
    android:id="@+id/preference"
    android:icon="@android:drawable/ic_menu_refresh"
    android:showAsAction="ifRoom" />

Answer

Tomislav Novoselec picture Tomislav Novoselec · Nov 1, 2012
\path-to-your-android-sdk-folder\platforms\android-xx\data\res