mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 13:45:42 +00:00
20 lines
647 B
XML
20 lines
647 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="66dp"
|
|
android:height="48dp"
|
|
android:viewportWidth="88"
|
|
android:viewportHeight="64">
|
|
|
|
<path
|
|
android:fillColor="#E94A1B"
|
|
android:pathData="M 88 64 L 0 64 L 44 32 Z" />
|
|
<path
|
|
android:fillColor="#008FCC"
|
|
android:pathData="M 88 64 L 44 32 L 88 0 Z" />
|
|
<path
|
|
android:fillColor="#FFE600"
|
|
android:pathData="M 0 0 L 88 0 L 44 32 Z" />
|
|
<path
|
|
android:fillColor="#000000"
|
|
android:pathData="M 0 0 L 44 32 L 0 64 Z" />
|
|
</vector> |