Android中内置的图片资源

来源:互联网 发布:js观察者模式 阮一峰 编辑:程序博客网 时间:2024/06/05 20:05


对于一些菜单、对话框等的设计可以采用系统内置的图片资源:

 

以下是我从网上的搜索来的资料:

Android™ 2.1 android.R.drawable Icon ResourcesAndroid™ 1.5 android.R.drawable Icon ResourcesAndroid™ 1.6 android.R.drawable Icon ResourcesAndroid™ 2.1 android.R.drawable Icon ResourcesOriginated from: http://www.darshancomputing.com/android/1.5-drawables.html

This is a list of resources in Android 2.1's android.R.drawable that might be useful as icons in your Android applications. You can use them like this:

Java Usage example:myMenuItem.setIcon(android.R.drawable.ic_menu_save);Resource Usage example:android:icon="@android:drawable/ic_menu_save"




Images in table are Copyright © 2009, The Android Open Source Project 
and are licensed under the Apache License,Version 2.0.

0 0
原创粉丝点击