From 0703797bdbd2f09735dd406a7f2250baf4bc362c Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Jul 2026 14:20:16 +0000 Subject: [PATCH] feat: bigger repost arrows; invert + maximize gem in badge - Repost: scale the repeat-arrow glyph up ~15% so it fills the canvas like the original, with the centered gem enlarged to match. - Badge: replace the medal ring + inner-circle-with-logo with a solid disc that has the Amethyst gem knocked straight out of it (inverted), sized to fill the disc. Ribbon tails kept. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01GXfHYcViokBQRtqCW9vLQi --- .../src/main/res/drawable/ic_notif_badge.xml | 13 +++---------- .../src/main/res/drawable/ic_notif_repost.xml | 16 +++++++++++----- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/amethyst/src/main/res/drawable/ic_notif_badge.xml b/amethyst/src/main/res/drawable/ic_notif_badge.xml index 0754175f14..d41af4f577 100644 --- a/amethyst/src/main/res/drawable/ic_notif_badge.xml +++ b/amethyst/src/main/res/drawable/ic_notif_badge.xml @@ -4,14 +4,7 @@ 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 51849e2f0c..bcc2b63b70 100644 --- a/amethyst/src/main/res/drawable/ic_notif_repost.xml +++ b/amethyst/src/main/res/drawable/ic_notif_repost.xml @@ -4,12 +4,18 @@ android:viewportWidth="24" android:viewportHeight="24" android:tint="#000000"> - + android:scaleX="1.15" + android:scaleY="1.15" + android:translateX="-1.8" + android:translateY="-1.8"> + + +