Skip to content

Commit

Permalink
fix monochrome icon inset
Browse files Browse the repository at this point in the history
  • Loading branch information
rec0de committed Aug 30, 2023
1 parent d294fb3 commit dbecef0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/colorPrimary"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
<monochrome>
<inset
android:inset="20%"
android:drawable="@drawable/ic_launcher_monochrome" />
</monochrome>
</adaptive-icon>

0 comments on commit dbecef0

Please sign in to comment.