Changed launcher background color
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m45s
Pull Request Pipeline / lint (pull_request) Successful in 2m45s

This commit is contained in:
2025-11-23 18:42:59 +01:00
parent 651f210ea8
commit ca55b99d03
2 changed files with 3 additions and 2 deletions

View File

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