Reputation: 31
I downloaded the templates pack from following link. http://developer.android.com/guide/practices/ui_guidelines/icon_design.html#templatespack
When I open the psd files I see templates (backgrounds) but not the "Standard Menu Icons" displayed on many sites.
Where can I find these icons?
Upvotes: 3
Views: 5548
Reputation: 1007624
When I open the psd files I see templates (backgrounds) but not the "Standard Menu Icons" displayed on many sites.
As the documentation states:
The Android Icon Templates Pack is a collection of template designs, textures, and layer styles that make it easier for you to create icons that conform to the guidelines given in this document
You will notice that the name is the "Icon Templates Pack", not the "Icon Pack".
Where can I find these icons?
They are in your SDK, in $ANDROID_HOME/platforms/.../data/res
, where $ANDROID_HOME
is wherever you installed the SDK and where ...
is some Android version.
Upvotes: 11