Tuesday, 16 November 2010

Android Icons SVG to PNG

Inkscape I love you. It was a real pleasure to work with shapes instead of pixels for making icons.
Gimp, you were great too, if only to nicely resample and render my SVG into little Icon sized PNG.

Here are some references.

h1. Android Branding

http://www.android.com/branding.html
Can be used, reproduced, and modified freely in marketing communications. Our standard color value for print is PMS 376C. Our online hex color is #A4C639.
When using the Android Robot or any modification of it, proper attribution is required under the terms of the Creative Commons Attribution license.
http://code.google.com/policies.html#attribution

h1. UI Design

http://developer.android.com/guide/practices/ui_guidelines/index.html

h3. Icon Design

http://developer.android.com/guide/practices/ui_guidelines/icon_design.html#menuapx

h3. Icon Sizes

http://developer.android.com/guide/practices/ui_guidelines/icon_design.html#screens-table

Icon Type Standard Asset Sizes (in Pixels), for Generalized Screen Densities
           (ldpi)       (mdpi)          (hdpi)
Launcher   36 x 36 px 48 x 48 px 72 x 72 px
Menu       36 x 36 px 48 x 48 px 72 x 72 px
Status Bar 24 x 24 px   32 x 32 px      48 x 48 px
Tab        24 x 24 px   32 x 32 px      48 x 48 px
Dialog     24 x 24 px   32 x 32 px      48 x 48 px
List View  24 x 24 px   32 x 32 px      48 x 48 px

No comments:

Post a Comment