Handle AppIcon per platform #117
Labels
kind/enhancement
New feature or request.
priority/awaiting-more-evidence
Lowest priority. Possibly useful, but not yet enough support to actually get it done.
Right now for 4.9, we make sure that
ForegroundScale
will have a variation per platform but still uses the Skia code to re-scale the asset. We've an opportunity to make this even more platform-specific, handling that using whatever the platform exposes to us.On Android, for example, we can do that inside the splash drawable
xml
file, using theandroid:inset
attribute, so we can create thisxml
when user specifies theAnroidForegroundScale
:And we can extend that for platforms that exposes ways to customize the app icon
The text was updated successfully, but these errors were encountered: