1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-10-22 19:07:39 +00:00

Merge pull request #8987 from Sandelinos/themed-icons

Add monochrome icon
This commit is contained in:
Tobi
2022-10-09 11:40:20 +02:00
committed by GitHub

View File

@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background" />
<foreground android:drawable="@mipmap/ic_launcher_foreground" />
<monochrome android:drawable="@mipmap/ic_launcher_foreground" />
</adaptive-icon>