From 2d86c0bcbc6c0f499406ef817b4bf54195756b45 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sun, 5 Apr 2026 07:30:27 +0000 Subject: feat(ui): remove report section from instrument sheet, fix touch-through Co-Authored-By: Claude Sonnet 4.6 --- .../main/res/layout/layout_instruments_sheet.xml | 57 ++-------------------- 1 file changed, 5 insertions(+), 52 deletions(-) (limited to 'android-app/app/src/main/res/layout') diff --git a/android-app/app/src/main/res/layout/layout_instruments_sheet.xml b/android-app/app/src/main/res/layout/layout_instruments_sheet.xml index 16410c0..8c41ff3 100644 --- a/android-app/app/src/main/res/layout/layout_instruments_sheet.xml +++ b/android-app/app/src/main/res/layout/layout_instruments_sheet.xml @@ -5,7 +5,9 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="16dp" - android:background="?attr/colorSurface"> + android:background="?attr/colorSurface" + android:clickable="true" + android:focusable="true"> + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintBottom_toBottomOf="parent"> - - - - - - - - - - - - -- cgit v1.2.3