Skip to content

Commit df844af

Browse files
committed
fix: correct launcher icon generation and adaptive padding
Split Android launcher sources into solid base and transparent foreground to avoid circular/cropped artifacts after release icon generation, and restore adaptive inset safe-zone.
1 parent 8e6cbcb commit df844af

36 files changed

+11
-4
lines changed
575 Bytes
Loading
346 Bytes
Loading
554 Bytes
Loading
701 Bytes
Loading
800 Bytes
Loading
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@color/ic_launcher_background"/>
4-
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
4+
<foreground>
5+
<inset
6+
android:drawable="@drawable/ic_launcher_foreground"
7+
android:inset="16%" />
8+
</foreground>
59
</adaptive-icon>
22 Bytes
Loading
-4 Bytes
Loading
27 Bytes
Loading
-19 Bytes
Loading

0 commit comments

Comments
 (0)