Skip to content

Commit 9df1a3c

Browse files
committed
feature: monochrome icon (API 33)
1 parent c803802 commit 9df1a3c

File tree

9 files changed

+56
-53
lines changed

9 files changed

+56
-53
lines changed

app/src/main/res/drawable-night/ic_launcher_background.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
android:width="108dp"
77
android:height="108dp" />
88

9-
<solid android:color="@color/md_theme_dark_secondaryContainer" />
9+
<solid android:color="@color/md_theme_light_secondaryContainer" />
1010
</shape>

app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@drawable/ic_launcher_background"/>
44
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
5+
<monochrome android:drawable="@drawable/ic_launcher_foreground_monochrome" />
56
</adaptive-icon>

app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@drawable/ic_launcher_background" />
44
<foreground android:drawable="@drawable/ic_launcher_foreground" />
5+
<monochrome android:drawable="@drawable/ic_launcher_foreground_monochrome" />
56
</adaptive-icon>

common/design/src/main/res/drawable-night/ic_launcher_foreground.xml

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)