From f98859afa8a53ae07179d6626626921cbb71d49e Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Jul 2026 14:16:15 +0000 Subject: [PATCH] feat: enlarge the Amethyst gem in reaction, repost and code icons Bumps the gem so the brand mark reads bigger inside each glyph: the heart knockout (6.7 -> 8.2), the repost loop center (5.4 -> 6.9) and between the code brackets (6.2 -> 7.6). Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01GXfHYcViokBQRtqCW9vLQi --- amethyst/src/main/res/drawable/ic_notif_code.xml | 8 ++++---- amethyst/src/main/res/drawable/ic_notif_reaction.xml | 2 +- amethyst/src/main/res/drawable/ic_notif_repost.xml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/amethyst/src/main/res/drawable/ic_notif_code.xml b/amethyst/src/main/res/drawable/ic_notif_code.xml index f87226c26e..93453abfb5 100644 --- a/amethyst/src/main/res/drawable/ic_notif_code.xml +++ b/amethyst/src/main/res/drawable/ic_notif_code.xml @@ -6,10 +6,10 @@ android:tint="#000000"> + android:scaleX="0.03" + android:scaleY="0.03" + android:translateX="4.211" + android:translateY="4.071"> diff --git a/amethyst/src/main/res/drawable/ic_notif_reaction.xml b/amethyst/src/main/res/drawable/ic_notif_reaction.xml index 9713cc3852..c1d28d0a86 100644 --- a/amethyst/src/main/res/drawable/ic_notif_reaction.xml +++ b/amethyst/src/main/res/drawable/ic_notif_reaction.xml @@ -4,5 +4,5 @@ android:viewportWidth="24" android:viewportHeight="24" android:tint="#000000"> - + diff --git a/amethyst/src/main/res/drawable/ic_notif_repost.xml b/amethyst/src/main/res/drawable/ic_notif_repost.xml index 4a7f55febc..51849e2f0c 100644 --- a/amethyst/src/main/res/drawable/ic_notif_repost.xml +++ b/amethyst/src/main/res/drawable/ic_notif_repost.xml @@ -6,10 +6,10 @@ android:tint="#000000"> + android:scaleX="0.028" + android:scaleY="0.028" + android:translateX="4.929" + android:translateY="4.802">