Files
GPS2Audio/app/src/main/res/drawable/ic_splash_logo.xml
T
2026-05-30 05:42:44 +00:00

54 lines
1.7 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!--
GPS2Audio splash icon (v2.5.8)
Wird vom Android Splash Screen (androidx.core.splashscreen) zentriert
auf dem Splash-Hintergrund (navy) gezeichnet. Reine Vektorgrafik
keine externen Bilder. Form: Map-Pin mit Sound-Wellen, identisch zur
Launcher-Identität, aber dezent angepasst (etwas mehr Whitespace).
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="192dp"
android:height="192dp"
android:viewportWidth="192"
android:viewportHeight="192">
<!-- Map-pin teardrop body teal -->
<path
android:fillColor="#4DB6AC"
android:pathData="
M86,40
C71,40 59,52 59,67
C59,88 86,124 86,124
C86,124 113,88 113,67
C113,52 101,40 86,40Z" />
<!-- Pin inner cut-out circle navy -->
<path
android:fillColor="#0D1B2A"
android:pathData="M86,57 a10,10 0 1 0 0.001 0Z" />
<!-- Sound-wave arc 1 inner, white -->
<path
android:strokeColor="#FFFFFF"
android:strokeWidth="3.5"
android:fillColor="#00000000"
android:strokeLineCap="round"
android:pathData="M125,82 Q132,96 125,110" />
<!-- Sound-wave arc 2 middle, white -->
<path
android:strokeColor="#FFFFFF"
android:strokeWidth="3.5"
android:fillColor="#00000000"
android:strokeLineCap="round"
android:pathData="M133,75 Q145,96 133,117" />
<!-- Sound-wave arc 3 outer, light teal -->
<path
android:strokeColor="#80CBC4"
android:strokeWidth="3"
android:fillColor="#00000000"
android:strokeLineCap="round"
android:pathData="M141,68 Q157,96 141,124" />
</vector>