fix: set solid dark green adaptive icon background to eliminate ring

Transparent background caused Pixel launcher to inject its own tinted
ring. Replace with #16703D (sampled from iOS icon background) so the
launcher shape-clips cleanly without any visible halo.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Guido Schmit
2026-06-14 18:45:39 +02:00
parent 9815866911
commit 701db45f8a
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
<resources>
<color name="splash_bg">#000000</color>
<color name="ic_launcher_background">#16703D</color>
<style name="Theme.Calendarr" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Black window/system bars (matches the app background). -->