Skip to content

Commit 2afb60e

Browse files
ThatOneCalculatorarashpayan
authored andcommitted
feat: monochrome icon for Android 13+
1 parent a484057 commit 2afb60e

File tree

7 files changed

+2
-0
lines changed

7 files changed

+2
-0
lines changed

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="@mipmap/ic_launcher_background"/>
44
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5+
<monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
56
</adaptive-icon>

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="@mipmap/ic_launcher_background"/>
44
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5+
<monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
56
</adaptive-icon>
952 Bytes
Loading
595 Bytes
Loading
1.17 KB
Loading
2.17 KB
Loading
2.43 KB
Loading

0 commit comments

Comments
 (0)