Files
game-tracker/android/app/src/main/res/values/ic_launcher_background.xml
Felix Kirchner cc2f87396f
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m14s
Pull Request Pipeline / lint (pull_request) Successful in 2m15s
Changed Launcher Background to app bg
2025-11-23 19:21:19 +01:00

5 lines
220 B
XML

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