问题
When I want to design UI and I need to know what are predefined icons. I searched net including http://developer.android.com/design/index.html but I didn't find complete repository about this.
I found http://www.darshancomputing.com/android/1.5-drawables.html but its information is too old.
Is there any source that collects all predefined icons and images?
Thank you very much.
回答1:
You can see them if you go to your Android folder (containing the android-sdk, tools, etc.)
android-sdk/platforms/[CHOOSE ANDROID VERSION]/data/res/
and all of your icons are there.
Versions info:
android-7
in theplatforms
folder, for example, is Android 2.1, whileandroid-3
is 1.5 (just so you know)
Also, check this out for more info.
来源:https://stackoverflow.com/questions/10974548/android-is-there-any-reference-to-see-what-are-android-default-icons-and-images