summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/res/layout/activity_main.xml
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-07-02 02:04:40 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-07-02 02:04:40 +0000
commitd0164358d2f449d40f7c79149dccfdd5bfa79d7f (patch)
treea044e7ce83c452eade419d74f1d99cc2b4513003 /android-app/app/src/main/res/layout/activity_main.xml
parent1893aee8e9a23fdc51e203c918f52374fa601d7d (diff)
fix(ui): quit X icon, FAB visibility, sheet border, blank map layers
- Remove ic_close icon from Quit App button (fragment_safety.xml) - fab_fishing now hides/shows in showOverlay/showTrackDetail/hideOverlays so fishing+record FABs always move together and disappear on non-map pages - Add strokeWidth=0dp to instrument bottom sheet card to remove gray border - Fix blank map: split addToStyleBuilder into addSourcesToStyleBuilder (builder time) + addBaseLayersToStyle (inserts at index 0, below OFM vector layers) + addOverlayLayersToStyle (appends above OFM labels). Previously withLayer() appended rasters after OFM layers so the opaque Ocean base covered all labels/roads. - Add Log.d tracing throughout style load + layer insertion for debugging Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.xml1
1 files changed, 1 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 fc60c80..ed1b7ce 100644
--- a/android-app/app/src/main/res/layout/activity_main.xml
+++ b/android-app/app/src/main/res/layout/activity_main.xml
@@ -127,6 +127,7 @@
app:behavior_hideable="false"
app:behavior_peekHeight="120dp"
app:cardElevation="16dp"
+ app:strokeWidth="0dp"
app:shapeAppearance="@style/ShapeAppearance.Nav.BottomSheet"
app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior">