Android app launch icon size

Following Google’s recommendations, I added 48x48 and 72x72 startup icons to my project for mdpi and hdpi screens.

In some situations, the icon changes. For example, on my Acer Iconia A200 tablet (mdpi), the application launcher uses the 64x64 icon (more or less, I measured this from the screenshot). The actual resource used is my 48x48 icon stretched.

Is there a way to add versions of the launch icon to my project with more options than hdpi / mdpi / ldpi?

Thanks in advance.

EDIT: Today, a software update for the Acer Iconia Tab A200 fixed the problem for me; The launcher now uses the 72x72 icon.

+6
source share
1 answer

You can use the xlarge qualifier, although I doubt the tablet uses a size other than 48x48, I use the 48x48 icon, and it works fine on the Galaxy 10.1 tablet.

+1
source

Source: https://habr.com/ru/post/913489/


All Articles