From 0ae1cb03c47c1f39dd58e17d6e4c66e01fde8950 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 25 Jun 2026 23:55:19 +0000 Subject: [PATCH] fix: enlarge always-on notification gem icon to match other icons The outlined service gem was authored at ~half the 512x512 viewport size, so it rendered noticeably smaller (both width and height) than every other notification small icon, which fill the viewport. Wrap the path in a group that scales it ~1.8x about its centre, leaving a margin so the stroke stays within bounds. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01SVA2C5FyYWSmU7EzdFaAD2 --- .../main/res/drawable/amethyst_service.xml | 24 ++++++++++++++----- 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/amethyst/src/main/res/drawable/amethyst_service.xml b/amethyst/src/main/res/drawable/amethyst_service.xml index e69cb5ce8e..2413c3894e 100644 --- a/amethyst/src/main/res/drawable/amethyst_service.xml +++ b/amethyst/src/main/res/drawable/amethyst_service.xml @@ -12,10 +12,22 @@ android:height="512dp" android:viewportWidth="512" android:viewportHeight="512"> - + + + +