How do I get a copy of the Android overflow menu i

2019-01-11 13:50发布

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

The icon in the circle

1条回答
来,给爷笑一个
2楼-- · 2019-01-11 14:03

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.

查看更多
登录 后发表回答