diff --git a/app/src/main/res/drawable/baseline_drag_handle_24.xml b/app/src/main/res/drawable/baseline_drag_handle_24.xml new file mode 100644 index 0000000000..df85b4ce59 --- /dev/null +++ b/app/src/main/res/drawable/baseline_drag_handle_24.xml @@ -0,0 +1,10 @@ + + + diff --git a/app/src/main/res/layout/item_order.xml b/app/src/main/res/layout/item_order.xml index 539ee0950b..7aad56ad96 100644 --- a/app/src/main/res/layout/item_order.xml +++ b/app/src/main/res/layout/item_order.xml @@ -12,10 +12,20 @@ android:foreground="?attr/selectableItemBackground" android:padding="12dp"> + + + app:layout_constraintTop_toTopOf="@id/tvTitle" /> \ No newline at end of file