archy/Android/app/src/main/res/drawable/ic_launcher_background.xml

39 lines
1.4 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<!-- Dark fill + the badge's metallic gradient ring, drawn in the background so
it sits at the masked-circle edge and isn't affected by foreground
parallax. Ring brightened (grey→white) so it actually reads on #0A0A0A. -->
<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="752"
android:viewportHeight="752">
<path
android:fillColor="#0A0A0A"
android:pathData="M0,0h752v752H0z" />
<group
android:pivotX="376"
android:pivotY="376"
android:scaleX="0.96"
android:scaleY="0.96">
<path
android:fillColor="#0A0A0A"
android:strokeWidth="20"
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
android:type="linear"
android:startX="751.337"
android:startY="751.338"
android:endX="0"
android:endY="0">
<item android:offset="0" android:color="#FF4A4A4A" />
<item android:offset="1" android:color="#FFF0F0F0" />
</gradient>
</aapt:attr>
</path>
</group>
</vector>