diff --git a/app/src/main/res/layout/tracking_bottom_sheet.xml b/app/src/main/res/layout/tracking_bottom_sheet.xml index e2c04a091b..23d6db2eba 100644 --- a/app/src/main/res/layout/tracking_bottom_sheet.xml +++ b/app/src/main/res/layout/tracking_bottom_sheet.xml @@ -103,10 +103,10 @@ android:layout_width="match_parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintHeight="true" + app:layout_constrainedHeight="true" app:layout_constraintTop_toBottomOf="@id/title_layout" app:layout_constraintBottom_toTopOf="@id/text_input_layout" - android:layout_height="0dp"> + android:layout_height="wrap_content">