summaryrefslogtreecommitdiff
path: root/android/app/src/main/res/drawable
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-07-12 10:38:59 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-07-12 10:38:59 +0000
commit029902606396cf5ec583e187e7adc576c4aafb71 (patch)
treec6e9666291863d0ed7d83671167de73909e485d2 /android/app/src/main/res/drawable
parentdfb06e896b92003d219979cbb1476ed16b7734a3 (diff)
feat(widget): add quick-add button and entry sheet
Diffstat (limited to 'android/app/src/main/res/drawable')
-rw-r--r--android/app/src/main/res/drawable/ic_add.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/android/app/src/main/res/drawable/ic_add.xml b/android/app/src/main/res/drawable/ic_add.xml
new file mode 100644
index 0000000..a96533f
--- /dev/null
+++ b/android/app/src/main/res/drawable/ic_add.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path
+ android:pathData="M12,5 L12,19 M5,12 L19,12"
+ android:strokeWidth="2"
+ android:strokeColor="#FFFFFF"
+ android:fillColor="@android:color/transparent"
+ android:strokeLineCap="round" />
+</vector>