Android App icon size

Asked

Viewed 6,420 times

2

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

How to make the icon bigger as well as most two other apps?

I use android studio to create the Launcher icon

inserir a descrição da imagem aqui

  • You are generating various icons with the sizes hdpi, xhdpi, etc?

  • I use the form indicated in the image of the post to create the Auncher icon, but even so the icon gets smaller compared to other apps.

1 answer

4


Try to change the parameters that Android Studio presents you on this screen, you can remove Padding from the icon, this Padding is an internal space that is generated between the icon and the image border generating a transparent space, making your icon get smaller.

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

Another way will be using a custom icon, there are some utilities on the internet that generate these icons according to a selected image, I use much Icon Slayer that can be accessed by link: http://www.gieson.com/Library/projects/utilities/icon_slayer/#

  • 1

    Thanks for the help #Julio Borges. I will do the tests and then comment here.

  • 1

    Hello #Julio Borges, your tip worked perfectly. Great site this one with several options. Thanks for the help.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.