summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/res/layout/fragment_safety.xml
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-07-02 01:35:07 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-07-02 01:35:07 +0000
commit1893aee8e9a23fdc51e203c918f52374fa601d7d (patch)
treeb36481a695a940fea34ad1bb6afa475f3fcf3bc3 /android-app/app/src/main/res/layout/fragment_safety.xml
parent801288968198814b77e0a740da72db3cfb584872 (diff)
fix(ui): layer previews, fishing pole icon, button alignment, safety page cleanup
- 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 <noreply@anthropic.com>
Diffstat (limited to 'android-app/app/src/main/res/layout/fragment_safety.xml')
-rw-r--r--android-app/app/src/main/res/layout/fragment_safety.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/android-app/app/src/main/res/layout/fragment_safety.xml b/android-app/app/src/main/res/layout/fragment_safety.xml
index 420ccef..2c06431 100644
--- a/android-app/app/src/main/res/layout/fragment_safety.xml
+++ b/android-app/app/src/main/res/layout/fragment_safety.xml
@@ -34,17 +34,10 @@
style="@style/Widget.Material3.Button.TextButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="Quit"
+ android:text="Quit App"
android:textColor="?attr/colorOnSurfaceVariant"
app:icon="@drawable/ic_close" />
- <com.google.android.material.button.MaterialButton
- android:id="@+id/button_help_safety"
- style="@style/Widget.Material3.Button.TextButton"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="HELP" />
-
</LinearLayout>
<!-- MOB Section -->