11 lines
No EOL
449 B
XML
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> |