如何获取 Android 溢出菜单图标的副本? [英] How do I get a copy of the Android overflow menu icon?

查看:30
本文介绍了如何获取 Android 溢出菜单图标的副本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何获取 Android 溢出菜单图标的副本以在自定义菜单中使用.

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

推荐答案

谁能提供一个下载溢出菜单图标的链接?

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

http://developer.android.com

下载 SDK 后,您将在以下位置找到您的图像:

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

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

哪里:

  • $ANDROID_SDK 是您安装 SDK 的地方
  • $PLATFORM 是一些平台目录(例如,android-17)
  • $DRAWABLE 是一些主要的可绘制目录(例如,drawable-hdpi)
  • $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 溢出菜单图标的副本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆