Android App Icon Size

2

I have noticed that when I install my app on my mobile the app icon is smaller than most other apps. I set the icon for the android studio itself using a png image.

How to make the icon get bigger like most other two applications?

I use android studio to create the icon launcher

    
asked by anonymous 22.02.2017 / 18:49

1 answer

3

Try changing the parameters that Android Studio brings to this screen, you can remove the Padding from the icon, this Padding is an internal space that is generated between the icon and the edge of the image, generating a transparent space, making your icon is smaller.

You can also check the Trim option that removes the empty spaces around the icon image.

Another way will be to use a custom icon, there are some utilities on the internet that generate these icons according to a selected image, I use Icon Slayer very much that can be accessed by the link: link

    
22.02.2017 / 19:10