My app icon appears smaller then other

Michael A picture Michael A · Mar 18, 2014 · Viewed 7.1k times · Source

I used android asset studio to create Launcher icon:

http://android-ui-utils.googlecode.com/hg/asset-studio/dist/icons-launcher.html#foreground.space.trim=1&foreground.space.pad=0&foreColor=33b5e5%2C0&crop=0&backgroundShape=bevel&backColor=ffffff%2C100

The studio generated images at proper pixel sizes: 48 * 48 (mdpi) 72 *72 (hdpi) and so on..

But on my Samsung galaxy s2 the app icon appear smaller then other apps and not filling its entire space.

Whay is this? how can i stretch it to full extent?

Answer

Yogesh Gupta picture Yogesh Gupta · May 10, 2016

Instead of importing image through Image Asset in Android Studio, make 5 images with different size:

  • 48 x 48
  • 72 x 72
  • 96 x 96
  • 144 x 144
  • 192 x 192

And then directly copy in respective Drawable folder (mdpi, hdpi, xhdpi, xxhdpi, xxxhdpi) with same name.