app-icon icon indicating copy to clipboard operation
app-icon copied to clipboard

android: better handling of round icons

Open dwmkerr opened this issue 5 years ago • 0 comments

See #71. We now generate round icons - but it might be better to support an icon.round.png image as a template for this, in a similar way to adaptive icon. Then:

$ app-icon init --adaptive-icons --round-icons
$ ls
icon.png
icon.round.png
icon.background.png
icon.foreground.png

The other option would be to simply eliminate round icons and adaptive icons when generating the icons, so that when we are generating icons for projects which have the icons already, we don't get clashes with them.

This also relates to the AndroidManifest, which will explicitly specify if a round icon is actually being used.

dwmkerr avatar Apr 23 '19 09:04 dwmkerr