|
GCIIcons
Creating icons
Tips for creating iconsIcon templates
Creating good-looking low-resolution icons
Directory structureThe directory structure for launcher icons should be: ic_launcher_clock/...
ic_launcher_clock.svg
drawable-ldpi/...
ic_launcher_clock.png (36x36)
drawable-mdpi/...
ic_launcher_clock.png (48x48)
drawable-hdpi/...
ic_launcher_clock.png (72x72)
drawable-xhdpi/...
ic_launcher_clock.png (96x96)The directory structure for action bar icons should be: ic_menu_send/...
holo_light/...
ic_menu_send.svg
drawable-ldpi/...
ic_menu_send.png (18x18)
drawable-mdpi/...
ic_menu_send.png (24x24)
drawable-hdpi/...
ic_menu_send.png (36x36)
drawable-xhdpi/...
ic_menu_send.png (48x48)
holo_dark/...
ic_menu_send.svg
drawable-ldpi/...
ic_menu_send.png (18x18)
drawable-mdpi/...
ic_menu_send.png (24x24)
drawable-hdpi/...
ic_menu_send.png (36x36)
drawable-xhdpi/...
ic_menu_send.png (48x48)The directory structure for status bar icons should be: ic_stat_notify_mail/...
ic_stat_notify_mail.svg
drawable-ldpi/...
ic_stat_notify_mail.png (18x18)
drawable-mdpi/...
ic_stat_notify_mail.png (24x24)
drawable-hdpi/...
ic_stat_notify_mail.png (36x36)
drawable-xhdpi/...
ic_stat_notify_mail.png (48x48)See also Android Design Guidelines. Common mistakesSet both transparency and opacityFor action bar icons, don't set both, opacity and the "A"-slider in RGBA or HSLA, to 60 or 80.
| |
► Sign in to add a comment