diff options
| author | Claude <noreply@anthropic.com> | 2026-04-22 08:33:41 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-04-22 08:33:41 +0000 |
| commit | 447c274999b6b412985b640f841ab92d8c23c0f8 (patch) | |
| tree | 68ba329f0cadd64333fb5d72587f684fc38a500a /android-app/app/src/main/res/menu | |
| parent | 3cddcd3b0a8719da5e828734a1d3054cef803235 (diff) | |
| parent | eeafe2f0f3a3718bd52e9c333894e1abbc0611ab (diff) | |
Merge branch 'claude/vessel-crew-thermal-features-Qbk4z'
Vessel registry, crew management, and thermal alarm.
All 18 new VesselRepositoryTest cases GREEN (59 total across suite).
https://claude.ai/code/session_011h2dXbgXg3PesQMmQUNTCW
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 b29fb08..5f444eb 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_vessel" + android:icon="@drawable/ic_vessel" + android:title="Vessel" /> </menu> |
