summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/res/layout/activity_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android-app/app/src/main/res/layout/activity_main.xml')
-rw-r--r--android-app/app/src/main/res/layout/activity_main.xml12
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"