From 75f7020e3ea04ef50ec9b3751ef5a443760a1da7 Mon Sep 17 00:00:00 2001 From: Dorian Date: Fri, 19 Jun 2026 19:21:57 +0100 Subject: [PATCH] fix(android): ring at circle edge (background layer) + smaller grid Move the metallic ring into the background (renders to the mask edge, unlike the foreground which is cropped to the safe zone) so the border is finally visible at the circle's rim; shrink the grid to ~0.55 so the mark isn't too big. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../res/drawable/ic_launcher_background.xml | 37 ++++++++++++++--- .../res/drawable/ic_launcher_foreground.xml | 40 +++---------------- 2 files changed, 38 insertions(+), 39 deletions(-) diff --git a/Android/app/src/main/res/drawable/ic_launcher_background.xml b/Android/app/src/main/res/drawable/ic_launcher_background.xml index e76e8d31..63c4bd81 100644 --- a/Android/app/src/main/res/drawable/ic_launcher_background.xml +++ b/Android/app/src/main/res/drawable/ic_launcher_background.xml @@ -1,12 +1,39 @@ - + + android:viewportWidth="752" + android:viewportHeight="752"> + + android:pathData="M0,0h752v752H0z" /> + + + + + + + + + + + diff --git a/Android/app/src/main/res/drawable/ic_launcher_foreground.xml b/Android/app/src/main/res/drawable/ic_launcher_foreground.xml index 165366df..cb5b4c3b 100644 --- a/Android/app/src/main/res/drawable/ic_launcher_foreground.xml +++ b/Android/app/src/main/res/drawable/ic_launcher_foreground.xml @@ -1,9 +1,7 @@ - + - - + android:scaleX="0.55" + android:scaleY="0.55"> - - - - - - - - - - - - + android:fillColor="#FFFFFF" + android:pathData="M253.805,278.37V222.28H309.853V278.37H253.805ZM315.797,278.37V222.28H372.694V278.37H315.797ZM378.639,278.37V222.28H435.536V278.37H378.639ZM441.481,278.37V222.28H497.529V278.37H441.481ZM441.481,341.259V284.319H497.529V341.259H441.481ZM503.473,341.259V284.319H560.37V341.259H503.473ZM190.963,404.148V347.208H247.86V404.148H190.963ZM253.805,404.148V347.208H309.853V404.148H253.805ZM315.797,404.148V347.208H372.694V404.148H315.797ZM378.639,404.148V347.208H435.536V404.148H378.639ZM441.481,404.148V347.208H497.529V404.148H441.481ZM503.473,404.148V347.208H560.37V404.148H503.473ZM190.963,466.187V410.097H247.86V466.187H190.963ZM253.805,466.187V410.097H309.853V466.187H253.805ZM441.481,466.187V410.097H497.529V466.187H441.481ZM503.473,466.187V410.097H560.37V466.187H503.473ZM253.805,529.076V472.136H309.853V529.076H253.805ZM315.797,529.076V472.136H372.694V529.076H315.797ZM378.639,529.076V472.136H435.536V529.076H378.639ZM441.481,529.076V472.136H497.529V529.076H441.481Z" />