I refer to the documentation at http://developer.android.com/guide/practices/ui_guidelines/icon_design.html#icon-sets
Hence, I plan to have the following directory structures.
res/
drawable/
icon.png (? x ? px)
drawable-ldpi/
icon.png (36x36 px)
drawable-mdpi/
icon.png (48x48 px)
drawable-hdpi/
icon.png (72x72 px)
However, I cannot find any documentation, to mention the size of default launcher icon size.
May I know what should be the default launcher icon size?
Sizing. Icons have been designed to work best in four sizes: 16px, 20px, 24px, and 32px. Please use icons at their originally produced size.
16x16 size of many of these icons is still widely used and therefore important.
Android recommends your starting app size to be 864×864 pixels because it will make it easier to tweak the design if need be. However, the majority of devices will use 36×36, 48×48, 72×72, or 96×96 pixels. (Note that Android app icons must be saved as PNG files, not JPEG).
Using a logo in your favicon These images tend to be just the icon that represents your brand, as they are too small to read any text. Standard favicon sizes for browsers are 16px x 16px.
I don't think you need to supply an image in the drawable/
directory if you have populated drawable-ldpi/
drawable-mdpi/
and drawable-hdpi/
with launcher icons.
Android icon sizes
ldpi : 36x36px (120 dpi / 47 dpcm)
mdpi : 48x48px (160 dpi / 62 dpcm)
hdpi : 72x72px (240 dpi / 94 dpcm)
xhdpi : 96x96px (320 dpi / 126 dpcm)
xxhdpi : 144x144px (480 dpi / 189 dpcm)
xxxhdpi : 192x192px (640 dpi / 252 dpcm)
dip : 48x48dip (dip = dp)
mm : 76 mm (depends on the real device dpi)
iPhone icon sizes (dpi is a bit different on iPads)
non-retina : 57x57px (163 dpi / 64 dpcm)
retina : 114x114px (326 dpi / 128 dpcm)
mm : 89 mm
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With