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/layout | |
| parent | b78bdb5c8b858fdab3abd9b759fce6519c8ad5b0 (diff) | |
Implement tidal current overlay on the chart with toggle FAB
Diffstat (limited to 'android-app/app/src/main/res/layout')
| -rw-r--r-- | android-app/app/src/main/res/layout/activity_main.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/android-app/app/src/main/res/layout/activity_main.xml b/android-app/app/src/main/res/layout/activity_main.xml index 746fe32..cfeea6c 100644 --- a/android-app/app/src/main/res/layout/activity_main.xml +++ b/android-app/app/src/main/res/layout/activity_main.xml @@ -243,6 +243,18 @@ </androidx.constraintlayout.widget.ConstraintLayout> <com.google.android.material.floatingactionbutton.FloatingActionButton + android:id="@+id/fab_tidal" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_margin="16dp" + android:clickable="true" + android:focusable="true" + android:contentDescription="Toggle Tidal Current Overlay" + app:srcCompat="@android:drawable/ic_menu_directions" + app:layout_constraintEnd_toEndOf="parent" + app:layout_bottom_toTopOf="@+id/fab_toggle_instruments" /> + + <com.google.android.material.floatingactionbutton.FloatingActionButton android:id="@+id/fab_toggle_instruments" android:layout_width="wrap_content" android:layout_height="wrap_content" |
