本文介绍了如何获得Android的溢出菜单图标的副本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何获得Android的溢出菜单图标,自定义菜单使用的副本。
解决方案
一旦你下载了SDK,你会发现你的图像:
$ ANDROID_SDK /平台/ $平台/数据/ RES / $可绘制/ ic_menu_moreoverflow *
其中:
-
$ ANDROID_SDK
是无论你安装SDK -
$ PLATFORM
一些平台目录(例如,的android-17
) -
$绘制的
是一些主要的绘制目录(例如,绘制 - 华电国际
)
有图像的光与暗的主题和是否该按钮具有焦点。不同版本
How do I get a copy of Android's overflow menu icon to use in a custom menu.
解决方案
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.
这篇关于如何获得Android的溢出菜单图标的副本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!