feat(android): add app logo as launcher icon
Generate mipmap ic_launcher.png at all standard densities (mdpi→xxxhdpi) from logo.png, cropped to bounding box and scaled to 88% of the tile on a white background (legacy fallback for API < 26). For API 26+ provide an adaptive icon (ic_launcher.xml / ic_launcher_round.xml) with white background and a foreground PNG where the logo occupies 56% of the 108dp canvas — within the safe zone, fully visible on every launcher shape without clipping.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ic_launcher_background">#FFFFFF</color>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user