Newer
Older
navi-1 / android-client / app / src / main / res / drawable / ic_launcher_foreground.xml
@Eugene Sukhodolskiy Eugene Sukhodolskiy on 22 Apr 1 KB Add Android WebView client (android-client/)
<?xml version="1.0" encoding="utf-8"?>
<!--
  Adaptive icon foreground. Canvas: 108dp. Safe zone: 66dp centered (18dp inset each side).
  Icon content fits in ~50dp (29..79) — 11dp padding inside safe zone.
  Radius 25, center 54,54.
  Arc: 331° clockwise from rightmost point (stroke-dasharray 520/40 on original r=90).
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="108dp"
    android:height="108dp"
    android:viewportWidth="108"
    android:viewportHeight="108">

    <!-- Open circle arc: start (79,54), clockwise 331°, end (75.9,41.9) -->
    <path
        android:pathData="M 79,54 A 25,25 0 1,1 75.9,41.9"
        android:fillColor="#00000000"
        android:strokeColor="#00B5D8"
        android:strokeWidth="2.4"
        android:strokeLineCap="round" />

    <!-- Vertical bar -->
    <path
        android:pathData="M 54,43 L 54,65"
        android:fillColor="#00000000"
        android:strokeColor="#00B5D8"
        android:strokeWidth="3.0"
        android:strokeLineCap="round" />

    <!-- Horizontal bar -->
    <path
        android:pathData="M 43,54 L 65,54"
        android:fillColor="#00000000"
        android:strokeColor="#00B5D8"
        android:strokeWidth="3.0"
        android:strokeLineCap="round" />

</vector>