From 1893aee8e9a23fdc51e203c918f52374fa601d7d Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Thu, 2 Jul 2026 01:35:07 +0000 Subject: fix(ui): layer previews, fishing pole icon, button alignment, safety page cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Layer picker: change android:src→android:background on preview ImageViews; shape drawables have no intrinsic size so centerCrop renders blank — background fills correctly - Replace ic_fish with ic_fishing_pole (rod + reel + line + hook vector) - Move fab_fishing to CoordinatorLayout with layout_anchor on instrument_bottom_sheet top|start, matching fab_record_track positioning so both FABs sit level at sheet top - Raise fishing_overlay marginBottom 140dp→200dp to clear the realigned FAB - Safety: remove HELP button + DocFragment import from SafetyFragment; rename Quit→Quit App Co-Authored-By: Claude Sonnet 4.6 --- .../app/src/main/res/drawable/ic_fishing_pole.xml | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 android-app/app/src/main/res/drawable/ic_fishing_pole.xml (limited to 'android-app/app/src/main/res/drawable') diff --git a/android-app/app/src/main/res/drawable/ic_fishing_pole.xml b/android-app/app/src/main/res/drawable/ic_fishing_pole.xml new file mode 100644 index 0000000..a8cbfdc --- /dev/null +++ b/android-app/app/src/main/res/drawable/ic_fishing_pole.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + -- cgit v1.2.3