diff options
Diffstat (limited to 'android-app/app/src/main/res/layout')
| -rw-r--r-- | android-app/app/src/main/res/layout/layout_instruments_sheet.xml | 7 |
1 files changed, 3 insertions, 4 deletions
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 aa785e6..59a92c3 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 @@ -12,13 +12,12 @@ android:clickable="true" android:focusable="true"> - <!-- Drag handle --> + <!-- Drag handle — visual bar is 4dp, touch target is 40dp via inset drawable --> <View android:id="@+id/drag_handle" android:layout_width="36dp" - android:layout_height="4dp" - android:layout_marginTop="12dp" - android:background="@color/md_theme_outline" + android:layout_height="40dp" + android:background="@drawable/drag_handle_bg" app:layout_constraintTop_toTopOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toEndOf="parent" /> |
