Skip to content

Commit 344cd91

Browse files
dadachiclaude
andcommitted
Enlarge sparkle and drop embedded background from launcher icons
Scale the sparkle vector from 0.61 to 0.75 so the foreground reads at launcher size, and drop the embedded #1A2332 background rect — the adaptive-icon <background> layer already supplies the navy field, and the monochrome layer must not include a fill rect (Android 13+ themed icons treat any non-transparent area as part of the silhouette). Per- density ic_launcher{,_round}.webp regenerated to match. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent f8a1689 commit 344cd91

13 files changed

Lines changed: 8 additions & 14 deletions
1.07 KB
Loading

app/src/main/res/drawable/ic_launcher_foreground.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@
33
android:height="108dp"
44
android:viewportWidth="1024"
55
android:viewportHeight="1024">
6-
<group android:scaleX="0.6111111"
7-
android:scaleY="0.6111111"
8-
android:translateX="199.11111"
9-
android:translateY="199.11111">
10-
<path
11-
android:pathData="M0,0h1024v1024h-1024z"
12-
android:fillColor="#1A2332"/>
6+
<group android:scaleX="0.75"
7+
android:scaleY="0.75"
8+
android:translateX="128"
9+
android:translateY="128">
1310
<path
1411
android:pathData="M512,92C512,372 552,472 932,512C552,552 512,652 512,932C512,652 472,552 92,512C472,472 512,372 512,92Z"
1512
android:fillColor="#FFFFFF"/>

app/src/main/res/drawable/ic_launcher_monochrome.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@
33
android:height="108dp"
44
android:viewportWidth="1024"
55
android:viewportHeight="1024">
6-
<group android:scaleX="0.6111111"
7-
android:scaleY="0.6111111"
8-
android:translateX="199.11111"
9-
android:translateY="199.11111">
10-
<path
11-
android:pathData="M0,0h1024v1024h-1024z"
12-
android:fillColor="#1A2332"/>
6+
<group android:scaleX="0.75"
7+
android:scaleY="0.75"
8+
android:translateX="128"
9+
android:translateY="128">
1310
<path
1411
android:pathData="M512,92C512,372 552,472 932,512C552,552 512,652 512,932C512,652 472,552 92,512C472,472 512,372 512,92Z"
1512
android:fillColor="#FFFFFF"/>
84 Bytes
Loading
96 Bytes
Loading
90 Bytes
Loading
134 Bytes
Loading
144 Bytes
Loading
174 Bytes
Loading
254 Bytes
Loading

0 commit comments

Comments
 (0)