Skip to content

Commit

Permalink
add: Monochrome icon for Android 13+ devices
Browse files Browse the repository at this point in the history
  • Loading branch information
ifgris authored and Bambooin committed Jun 5, 2023
1 parent 435d134 commit cf1ad84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/mipmap-anydpi-v26/ic_app_icon.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_app_icon_background"/>
<foreground android:drawable="@drawable/ic_app_icon_foreground"/>
<monochrome android:drawable="@drawable/ic_app_icon_foreground"/>
</adaptive-icon>
1 change: 1 addition & 0 deletions app/src/main/res/mipmap-anydpi-v26/ic_app_icon_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_app_icon_background"/>
<foreground android:drawable="@drawable/ic_app_icon_foreground"/>
<monochrome android:drawable="@drawable/ic_app_icon_foreground"/>
</adaptive-icon>

0 comments on commit cf1ad84

Please sign in to comment.