Hi all,
I read the page about adaptive icons and I am a bit confused about the size of the icos.
https://docs.coronalabs.com/guide/distribution/androidResources/
In the “AndroidResources\res” folder there are few sub folders (mipmap-*) and in each folder there are 2 icons.
1- ic_launcher.png (48x48, 72x72, 96x96, 144x144, 192x192)
2- ic_launcher_foreground.png (108x108,162x162,216x216,324x324,432x432)
Do I fill both with my icon graphics to the edge or do I need to leave some space around my icon in both?
If I need to leave a space around it, how many pixels do I need to leave?
Thanks.