book-story/app/src/main/res/mipmap-anydpi/app_icon.xml
2025-02-03 13:13:34 +02:00

11 lines
No EOL
449 B
XML

<!--
~ Book's Story — free and open-source Material You eBook reader.
~ Copyright (C) 2024-2025 Acclorite
~ SPDX-License-Identifier: GPL-3.0-only
-->
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/app_icon_background" />
<foreground android:drawable="@mipmap/app_icon_foreground" />
<monochrome android:drawable="@mipmap/app_icon_foreground" />
</adaptive-icon>