diff options
| author | Claude <noreply@anthropic.com> | 2026-04-10 22:47:27 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-04-10 22:47:27 +0000 |
| commit | fc7192288109fc3542670cbeeaebe0de2a75eb74 (patch) | |
| tree | d78d33ad92fb32e6a57ea3df0ebf327540597d0e /android-app/app/src/main/res/menu | |
| parent | b01a638674a313355664cc387e7da0d77a9c32d0 (diff) | |
Add Learn tab; move quit to Safety; remove persistent MOB FAB
UI cleanup:
- Remove always-visible MOB FAB — Safety screen button is sufficient
- Remove floating quit button; move to bottom of Safety screen
- fragment_container is now clickable/focusable, blocking map touch-through
for all overlays (trip reports, log, safety)
- Record Track FAB hidden while any overlay is shown, visible on map tab
New Learn tab (5th nav item):
- Migration guides for Navionics and Sea People (local markdown via DocFragment)
- ASA Course Catalog, ASA Online Learning, ColRegs, Sailing Flashcards
(open in browser)
- Remove blanket assets/ .gitignore so markdown docs are tracked
https://claude.ai/code/session_01HXPjBsogsJVRwCiekDGkJX
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, 4 insertions, 0 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 e7fc15d..3037b7e 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 @@ -16,4 +16,8 @@ android:id="@+id/nav_safety" android:icon="@drawable/ic_safety" android:title="Safety" /> + <item + android:id="@+id/nav_learn" + android:icon="@drawable/ic_learn" + android:title="Learn" /> </menu> |
