The app icon is not scaling properly on devices having round icons such as Pixel 3 and Pixel 3 XL. But apparently the app icon scales properly on other devices.
iPhone Device:
Samsung Device:
Issue with Pixel 3 / Pixel 3 XL: (weird unnecessary white borders around)
I am unable to understand why this is happening, despite having maintained two separate icons (ic_launcher.png and ic_launcher_round.png) for each of the following screen sizes:
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
Is there any other way that I can maintain Adaptive Icons in Android? Thanks :)