Skip to content

Commit deb4525

Browse files
committed
feat(flipcash): add themed launcher icon support
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent d3efe12 commit deb4525

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

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

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

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

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

0 commit comments

Comments
 (0)