From afc7906c1a47fa9cf9dff5a247e6abae7e8aacbb Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Mon, 4 May 2026 07:50:32 -1000 Subject: feat: move Layers from bottom nav to dedicated FAB Replaces the nav_layers bottom nav item with a mini FloatingActionButton anchored below the HUD, giving layers access without occupying a nav slot. Co-Authored-By: Claude Sonnet 4.6 --- android-app/app/src/main/res/menu/bottom_nav_menu.xml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'android-app/app/src/main/res/menu') diff --git a/android-app/app/src/main/res/menu/bottom_nav_menu.xml b/android-app/app/src/main/res/menu/bottom_nav_menu.xml index 5c6de7e..4bbf8b6 100644 --- a/android-app/app/src/main/res/menu/bottom_nav_menu.xml +++ b/android-app/app/src/main/res/menu/bottom_nav_menu.xml @@ -4,10 +4,6 @@ android:id="@+id/nav_map" android:icon="@drawable/ic_map" android:title="Map" /> -