All the android.R.drawables are belong to us
Submitted by charlie.collins on Sat, 10/04/2008 - 19:03
Tagged:
I use the provided Android "drawables" with my Android apps fairly often. (You can use the built in resources in addition to your own.) I find the "ic_menu" items the most useful. I reuse the same icons the built in apps use for common functions like "save", "edit", "delete", "dial", "browse", and so on. Also, from time to time, some other image the platform provides fits. I found myself guessing at particular images from names, and then jotting down notes - and then finally said to myself "man, I gotta write a script to just spit these out in a table for reference."
Hence, here is the full reference to the included drawables for the SDK. (UPDATED for Android 1.6 and 2.0 and now hosted on AppEngine - http://androiddrawableexplorer.appspot.com/.) (WARNING I haven't removed the "private" images. Apparently for Android 2.0 and above, or maybe earlier and I never noticed, some of the resources are private and cannot be used directly.)
Yes, you can also just include your own drawables with your app, but the thing with the built ins is that they are always there with every app, provided by the platform, and they already cover many common icons you may need (they are in the "android" package, and included in the android.jar file).
Yes, you can also just include your own drawables with your app, but the thing with the built ins is that they are always there with every app, provided by the platform, and they already cover many common icons you may need (they are in the "android" package, and included in the android.jar file). 






Comments
This is a great reference,
You're welcome, thanks for
Is there a way to reference
User icons as part of layout XMLs ( Android )
...
it's a lot harder to browse
Thank you very much for going
Awesome!