From 6261b85ba8ddd7a7d300f92f40fba185d425d2b6 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 27 May 2026 15:38:39 +0000 Subject: Embed anchor watch form inline in Safety Dashboard Replaces the "Configure Anchor Watch" button with depth and rode EditTexts directly in the anchor card; radius updates live via TextWatcher. Removes the separate AnchorWatchHandler overlay flow and onConfigureAnchor() from SafetyListener. https://claude.ai/code/session_01KXYBuAHZkvv63DeUG6XaZD --- .../app/src/main/res/layout/fragment_safety.xml | 76 ++++++++++++++++++++-- 1 file changed, 71 insertions(+), 5 deletions(-) (limited to 'android-app/app/src/main/res/layout') 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 1072abe..1d499ab 100644 --- a/android-app/app/src/main/res/layout/fragment_safety.xml +++ b/android-app/app/src/main/res/layout/fragment_safety.xml @@ -127,13 +127,79 @@ android:text="Status: Inactive" android:textColor="?attr/colorOnSurfaceVariant" /> - + android:orientation="horizontal" + android:layout_marginTop="16dp"> + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3