Replace default Flutter icon with white house on sage green (#7A9A6D) background. Add native splash screen with themed colors (#F5F0E8 light, #2A2520 dark). Include F-Droid metadata with screenshots for de-DE and en-US locales. Add CHANGELOG.md tracking all releases from v1.0.0 to v1.1.3. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
335 B
XML
10 lines
335 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<background android:drawable="@color/ic_launcher_background"/>
|
|
<foreground>
|
|
<inset
|
|
android:drawable="@drawable/ic_launcher_foreground"
|
|
android:inset="16%" />
|
|
</foreground>
|
|
</adaptive-icon>
|