41ab2f21a4
Build APK / build (push) Has been cancelled
Replaces the inherited OVERWATCH shield with VIGIL's own mark: a watchful eye with a radar-target iris and a green centre contact, in Catppuccin Mocha. Foreground vector (safe-zone sized) + radial-gradient background layer + monochrome layer for Android 13+ themed icons. Release 0.1.6. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0187UiEtasyowhEBYs6s9iF5
33 lines
1.3 KiB
XML
33 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- VIGIL "Radar Eye" — a watchful eye whose iris is a radar target. Content sits
|
|
within the adaptive-icon safe zone (centre ~66dp of the 108dp canvas). -->
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="108dp"
|
|
android:height="108dp"
|
|
android:viewportWidth="108"
|
|
android:viewportHeight="108">
|
|
<!-- eye outline -->
|
|
<path
|
|
android:pathData="M26,54 Q54,30 82,54 Q54,78 26,54 Z"
|
|
android:strokeColor="#89B4FA"
|
|
android:strokeWidth="4.5"
|
|
android:strokeLineJoin="round"
|
|
android:fillColor="#00000000" />
|
|
<!-- radar iris — outer ring -->
|
|
<path
|
|
android:pathData="M54,54 m-11,0 a11,11 0 1,0 22,0 a11,11 0 1,0 -22,0"
|
|
android:strokeColor="#89B4FA"
|
|
android:strokeWidth="3.2"
|
|
android:fillColor="#00000000" />
|
|
<!-- radar iris — inner ring -->
|
|
<path
|
|
android:pathData="M54,54 m-6.5,0 a6.5,6.5 0 1,0 13,0 a6.5,6.5 0 1,0 -13,0"
|
|
android:strokeColor="#B4BEFE"
|
|
android:strokeWidth="2.8"
|
|
android:fillColor="#00000000" />
|
|
<!-- centre contact (the detected device) -->
|
|
<path
|
|
android:pathData="M54,54 m-3.2,0 a3.2,3.2 0 1,0 6.4,0 a3.2,3.2 0 1,0 -6.4,0"
|
|
android:fillColor="#A6E3A1" />
|
|
</vector>
|