summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'android-app/app/src/main/res/drawable')
-rw-r--r--android-app/app/src/main/res/drawable/ic_wind_arrow.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/android-app/app/src/main/res/drawable/ic_wind_arrow.xml b/android-app/app/src/main/res/drawable/ic_wind_arrow.xml
new file mode 100644
index 0000000..110f1b3
--- /dev/null
+++ b/android-app/app/src/main/res/drawable/ic_wind_arrow.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Wind-direction arrow pointing UP (north).
+ MapLibre rotates the icon to match wind direction via icon-rotate expression.
+-->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+
+ <!-- Arrowhead pointing up -->
+ <path
+ android:fillColor="#FFFFFF"
+ android:pathData="M12,2 L18,14 L12,11 L6,14 Z" />
+ <!-- Shaft -->
+ <path
+ android:fillColor="#FFFFFF"
+ android:pathData="M11,11 L11,22 L13,22 L13,11 Z" />
+
+</vector>