Compare commits

...

2 Commits

Author SHA1 Message Date
Dorian
ca38f5d8f4 chore(android): update companion apk download 2026-06-19 19:05:57 +01:00
Dorian
d72cb57545 fix(android): brighter, thicker icon rim (#555->#A5A5A5, stroke 28)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-19 19:05:55 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
<!-- Ringed circle -->
<path
android:fillColor="#0A0A0A"
android:strokeWidth="22.8834"
android:strokeWidth="28"
android:pathData="M11.441,375.669a364.227,364.227 0 1,0 728.454,0a364.227,364.227 0 1,0 -728.454,0z">
<aapt:attr name="android:strokeColor">
<gradient
@ -27,8 +27,8 @@
android:startY="751.338"
android:endX="0"
android:endY="0">
<item android:offset="0" android:color="#FF3A3A3A" />
<item android:offset="1" android:color="#FF888888" />
<item android:offset="0" android:color="#FF555555" />
<item android:offset="1" android:color="#FFA5A5A5" />
</gradient>
</aapt:attr>
</path>