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.
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-7in theplatformsfolder, for example, is Android 2.1, whileandroid-3is 1.5 (just so you know)Also, check this out for more info.