Skip to content

Commit 5de4e76

Browse files
feat: monochrome icon for Android 12+
Closes #5451
1 parent 72e0ff6 commit 5de4e76

7 files changed

Lines changed: 2 additions & 0 deletions

File tree

templates/android/template/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@color/ic_launcher_background"/>
44
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5+
<monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
56
</adaptive-icon>

templates/android/template/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@color/ic_launcher_background"/>
44
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5+
<monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
56
</adaptive-icon>
5.67 KB
Loading
3.43 KB
Loading
7.75 KB
Loading
12.2 KB
Loading
10.6 KB
Loading

0 commit comments

Comments
 (0)