Skip to content

Commit

Permalink
Night mode: force the adaptive icon on Android 26+ (#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k authored May 23, 2022
1 parent b32506e commit a95d38c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<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_monochrome"/>
</adaptive-icon>

0 comments on commit a95d38c

Please sign in to comment.