Android, Is there any reference to see what are Android default icons and images?

北慕城南 提交于 2019-12-21 19:53:18

问题


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 the platforms folder, for example, is Android 2.1, while android-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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!