diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-05-04 07:50:32 -1000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-05-04 07:50:32 -1000 |
| commit | afc7906c1a47fa9cf9dff5a247e6abae7e8aacbb (patch) | |
| tree | 9330474c859123845f4ed22283acaa6efc29587b /android-app/app/src/main/res/menu | |
| parent | f9cf42e5087a747aae480544173127d6b0f8a956 (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'android-app/app/src/main/res/menu')
| -rw-r--r-- | android-app/app/src/main/res/menu/bottom_nav_menu.xml | 4 |
1 files changed, 0 insertions, 4 deletions
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 @@ -5,10 +5,6 @@ android:icon="@drawable/ic_map" android:title="Map" /> <item - android:id="@+id/nav_layers" - android:icon="@drawable/ic_layers" - android:title="Layers" /> - <item android:id="@+id/nav_log" android:icon="@drawable/ic_log" android:title="Log" /> |
