10-layer foreground: soft halo, warm amber body with 6-stop gradient, cool glass overlay, bounce light, volume shadow, internal caustic structure, elliptical specular + micro pinpoint glint, gradient rims. Replaces the flat 5-layer amber ball that looked like an emoji. Background: warmer cream (light) with vignette, deeper obsidian (dark) with warm center glow. Monochrome: stronger contrast + rim for themed icon legibility.
22 lines
897 B
XML
22 lines
897 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:aapt="http://schemas.android.com/aapt"
|
|
android:width="108dp"
|
|
android:height="108dp"
|
|
android:viewportWidth="108"
|
|
android:viewportHeight="108">
|
|
<!-- Dark mode: deep obsidian with subtle warm center glow -->
|
|
<path android:pathData="M0,0h108v108h-108z">
|
|
<aapt:attr name="android:fillColor">
|
|
<gradient
|
|
android:type="radial"
|
|
android:centerX="54"
|
|
android:centerY="50"
|
|
android:gradientRadius="72">
|
|
<item android:color="#FF141C28" android:offset="0.0" />
|
|
<item android:color="#FF0E1420" android:offset="0.5" />
|
|
<item android:color="#FF080C14" android:offset="1.0" />
|
|
</gradient>
|
|
</aapt:attr>
|
|
</path>
|
|
</vector>
|