diff options
| author | Claudomator Agent <agent@claudomator> | 2026-03-14 00:46:14 +0000 |
|---|---|---|
| committer | Claudomator Agent <agent@claudomator> | 2026-03-14 00:46:14 +0000 |
| commit | 9fb49aebfc01b5df68e67e97ee088318a3621c26 (patch) | |
| tree | 21b5f4010ce9806689d96d5622954d876a935f6b /android-app/app/src/main/res/drawable | |
| parent | b78bdb5c8b858fdab3abd9b759fce6519c8ad5b0 (diff) | |
Implement tidal current overlay on the chart with toggle FAB
Diffstat (limited to 'android-app/app/src/main/res/drawable')
| -rw-r--r-- | android-app/app/src/main/res/drawable/ic_tidal_arrow.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/android-app/app/src/main/res/drawable/ic_tidal_arrow.xml b/android-app/app/src/main/res/drawable/ic_tidal_arrow.xml new file mode 100644 index 0000000..973b3ea --- /dev/null +++ b/android-app/app/src/main/res/drawable/ic_tidal_arrow.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="#0000FF" + android:pathData="M12,2L4.5,20.29L5.21,21L12,18L18.79,21L19.5,20.29L12,2Z" /> +</vector> |
