From 9bf78f80d666c2c72fe8da899b64c0148fde33a9 Mon Sep 17 00:00:00 2001 From: Jays2Kings Date: Wed, 22 Sep 2021 13:41:14 -0400 Subject: [PATCH] fixed add tracking sheet not showing results --- app/src/main/res/layout/tracking_bottom_sheet.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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">