Skip to content

Commit

Permalink
Add themed app icon support
Browse files Browse the repository at this point in the history
  • Loading branch information
xerz-one authored and t184256 committed Feb 17, 2024
1 parent b6056bd commit 0c78dc4
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_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="@android:color/black"/>
<foreground android:drawable="@drawable/ic_foreground_nix"/>
<monochrome android:drawable="@drawable/ic_foreground_nix"/>
</adaptive-icon>
1 change: 1 addition & 0 deletions 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="@android:color/black"/>
<foreground android:drawable="@drawable/ic_foreground_nix"/>
<monochrome android:drawable="@drawable/ic_foreground_nix"/>
</adaptive-icon>

0 comments on commit 0c78dc4

Please sign in to comment.