I used android asset studio to create Launcher icon:
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?
Instead of importing image through Image Asset
in Android Studio, make 5 images with different size:
And then directly copy in respective Drawable
folder (mdpi, hdpi, xhdpi, xxhdpi, xxxhdpi) with same name.