可以在android源代码里找 \frameworks\base\core\res\res\drawable\

http://developer.android.com/guide/practices/ui_guidelines/icon_design.html

Standard menu icons

Shown below are standard menu icons that are included in the Android platform (as of Android 1.5). You can reference any of these icon resources from your application as needed, but make sure that the action you assign to the icon is consistent with that listed. Note that this is not a complete list of icons and that the actual appearance of standard icons may change across platform versions.

To reference one of the icons from your code, useandroid.R.drawable.<icon_resource_identifier>. For example, you can call a menu item'ssetIcon()method and pass the resource name:

.setIcon(android.R.drawable.ic_menu_more);.

You could reference the same icon from a layout file usingandroid:icon="@android:drawable/ic_menu_more">.

To determine the resource ID for an icon listed below, hover over the icon or simply look at image filenames, which use the format "<icon_resource_identifier>.png".

Add Call Camera Clear / Close / Cancel / Discard Compass Delete Directions
Edit Gallery Help Info / details Map mode My Location More
Preferences Rotate Save Send Search Share Upload
View Zoom


更多相关文章

  1. 编译Android(安卓)2.3.1 源代码心得
  2. [android]编译时出现/usr/bin/ld: skipping incompatible /usr/l
  3. Android系统Home应用程序(Launcher)的启动过程源代码分析
  4. UI 开源代码 FileBrowserView
  5. SSDP协议的Android实现以及使用
  6. 【Android开发】构建第一个APP
  7. android游戏编程的学习笔记(以植物大战僵尸等游戏源代码解析为例)
  8. Android(安卓)自定义UI圆角按钮
  9. Android4.4系统源代码百度网盘下载

随机推荐

  1. ADT:v22.6.2-1085508创建android工程自动
  2. 设置Activity为全屏显示的两种方法
  3. [ 转]Android折叠列表 ExpandableList
  4. Android快速开发整理(库、插件、常用网站)
  5. 关于自定义无限轮播图_Android
  6. FFmpeg In Android(安卓)- tutorial-5- S
  7. 关于android AbsSeekBar
  8. Android之Menu动态改变文字
  9. Android(安卓)学习网站
  10. Android(安卓)让一个Service开机自动启动