From 2123351fc1d1c529046c5179171e4d442ca20f55 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Tue, 5 May 2026 12:30:50 -1000 Subject: fix: keep bottom nav visible when panning; expand drag handle touch target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bottom nav: remove it from the following/panning fade cycle — only fabRecenter and fabRecordTrack swap; nav stays visible throughout. Drag handle: 4dp × 36dp was too small and competed with BottomSheet drag gestures. Now 40dp tall via inset drawable (visual bar unchanged, touch area is a usable 40dp × 36dp). Co-Authored-By: Claude Sonnet 4.6 --- android-app/app/src/main/res/drawable/drag_handle_bg.xml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 android-app/app/src/main/res/drawable/drag_handle_bg.xml (limited to 'android-app/app/src/main/res/drawable') diff --git a/android-app/app/src/main/res/drawable/drag_handle_bg.xml b/android-app/app/src/main/res/drawable/drag_handle_bg.xml new file mode 100644 index 0000000..eea0325 --- /dev/null +++ b/android-app/app/src/main/res/drawable/drag_handle_bg.xml @@ -0,0 +1,9 @@ + + + + + + + -- cgit v1.2.3