summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/res/drawable/ic_fish.xml
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-06-30 18:46:08 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-06-30 18:46:08 +0000
commit8233794366939f614a9899a11f2b7093bc32d9b8 (patch)
tree76e966f1b6bdd6eb7ba5a48a6ba430a0524162b1 /android-app/app/src/main/res/drawable/ic_fish.xml
parent32c98f8ae06f2ceb8fc020d5a63662a07c2d63fb (diff)
feat(fishing): FishingOverlayView card UI and ic_fish vector drawable
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'android-app/app/src/main/res/drawable/ic_fish.xml')
-rw-r--r--android-app/app/src/main/res/drawable/ic_fish.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/android-app/app/src/main/res/drawable/ic_fish.xml b/android-app/app/src/main/res/drawable/ic_fish.xml
new file mode 100644
index 0000000..c60f701
--- /dev/null
+++ b/android-app/app/src/main/res/drawable/ic_fish.xml
@@ -0,0 +1,10 @@
+<?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:fillColor="@android:color/white"
+ android:pathData="M20,12 C18,9 14,7 10,8 L8,5 L6,8 C4,8.5 2,10 2,12 C2,14 4,15.5 6,16 L8,19 L10,16 C14,17 18,15 20,12 Z M7,12 C6.4,12 6,11.6 6,11 C6,10.4 6.4,10 7,10 C7.6,10 8,10.4 8,11 C8,11.6 7.6,12 7,12 Z" />
+</vector>