Skip to content

Commit

Permalink
seedvault: Enable monochrome icon
Browse files Browse the repository at this point in the history
Just use foreground icon for now
  • Loading branch information
mikeNG authored and chirayudesai committed Sep 25, 2023
1 parent 09d6131 commit a83e366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/mipmap-anydpi/ic_launcher.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,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" />
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>

0 comments on commit a83e366

Please sign in to comment.