Provisorisches App Icon implementieren #59

Merged
flixcoo merged 8 commits from setup/57-provisorisches-app-icon-implementiere into development 2025-11-23 18:45:45 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit cc2f87396f - Show all commits

View File

@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<color name="launch_background">#E6F1E4</color> <color name="app_icon_background">#E6F1E4</color>
<color name="launch_background">#0B0B0B</color>
</resources> </resources>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<!-- Referenz unbedingt als @color/launch_background (nicht @colors/...) --> <!-- Referenz unbedingt als @color/launch_background (nicht @colors/...) -->
<color name="ic_launcher_background">@color/launch_background</color> <color name="ic_launcher_background">@color/app_icon_background</color>
</resources> </resources>