where can i download android actual images such as the info symbol?
I googled and found the docs on icon requirements and even a template file but I h开发者_如何学运维ave not yet found how to obtain the actual images. Hope someone can help.
all standard images are located in the sdk folder.
android-sdk_r11-windows\android-sdk-windows\platforms\android-??\data\res\
check out the drawable* folders
You will find the entire Android Source code (including the image resources) at http://grepcode.com/snapshot/repository.grepcode.com/java/ext/com.google.android/android/2.2_r1.1/. Search for the image name.
HTH,
Akshay
You can find some icons here http://androiddrawableexplorer.appspot.com/ (as of android 2.2). To make icons, you can here http://android-ui-utils.googlecode.com/hg/asset-studio/dist/index.html which will help you out :)
精彩评论