How do I get a copy of Android's overflow menu icon to use in a custom menu.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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.