使用Android系统自带的icon图标

来源:互联网 发布:windows 10 平板分区 编辑:程序博客网 时间:2024/05/05 03:02

Android系统中自带了很多图标,下面就是菜单使用系统图标的例子

myMenuItem.setIcon(android.R.drawable.ic_menu_help);
具体所有图标见如下网站:
Android™ 1.5 android.R.drawable Icon Resources 
http://since2006.com/android/1.5-drawables.php


Android™ 1.6 android.R.drawable Icon Resources
http://since2006.com/android/1.6-drawables.php


Android™ 2.1 android.R.drawable Icon Resources
http://since2006.com/android/2.1-drawables.php
	
				
		
原创粉丝点击