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

﹥>﹥吖頭↗ 提交于 2019-11-26 16:34:07

问题


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.



来源:https://stackoverflow.com/questions/17557183/how-do-i-get-a-copy-of-the-android-overflow-menu-icon

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!