How do I get a copy of the Android overflow menu icon?

Born Again picture Born Again · Jul 9, 2013 · Viewed 17.9k times · Source

How do I get a copy of Android's overflow menu icon to use in a custom menu.

The icon in the circle

Answer

CommonsWare picture CommonsWare · Jul 9, 2013

Can somebody please provide a link to download the overflow menu icon?

http://developer.android.com

Once you have downloaded the SDK, you will find your images in:

$ANDROID_SDK/platforms/$PLATFORM/data/res/$DRAWABLE/ic_menu_moreoverflow*

where:

  • $ANDROID_SDK is wherever you installed your SDK
  • $PLATFORM is some platform directory (e.g., android-17)
  • $DRAWABLE is some major drawable directory (e.g., drawable-hdpi)

There are different versions of the image for light and dark themes and whether or not the button has the focus.