Skip to content

Commit

Permalink
monochrome change
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Feb 7, 2024
1 parent 0c4d5b2 commit 904bc45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
15 changes: 0 additions & 15 deletions app/src/debug/res/drawable/ic_launcher_monochrome.xml

This file was deleted.

3 changes: 2 additions & 1 deletion app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
</adaptive-icon>
3 changes: 2 additions & 1 deletion app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
</adaptive-icon>

0 comments on commit 904bc45

Please sign in to comment.