summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/res/drawable
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-05-12 13:14:00 -1000
committerPeter Stone <thepeterstone@gmail.com>2026-05-12 13:14:00 -1000
commit715504566fea6da33c9b5c6093c63375611f9815 (patch)
treecfa3d5e0c0f5e0d1cd2f74a49c20ce8c96b89ae2 /android-app/app/src/main/res/drawable
parent1fe6fc2b0c5cabf21c241f9a033e4d53dd475316 (diff)
parentf881a1f91f4e9f832ab987fce2b5220e100cee68 (diff)
Merge: saved tracks browser, tack detection, map zoom-to-bounds
Diffstat (limited to 'android-app/app/src/main/res/drawable')
-rw-r--r--android-app/app/src/main/res/drawable/ic_back.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/android-app/app/src/main/res/drawable/ic_back.xml b/android-app/app/src/main/res/drawable/ic_back.xml
new file mode 100644
index 0000000..3b56c6e
--- /dev/null
+++ b/android-app/app/src/main/res/drawable/ic_back.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path
+ android:fillColor="?attr/colorOnSurface"
+ android:pathData="M20,11H7.83l5.59,-5.59L12,4l-8,8 8,8 1.41,-1.41L7.83,13H20v-2z"/>
+</vector>