fix(android): brighter, thicker icon rim (#555->#A5A5A5, stroke 28)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
dc2cdca549
commit
d72cb57545
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user