fixed add tracking sheet not showing results

This commit is contained in:
Jays2Kings 2021-09-22 13:41:14 -04:00
parent 01c998a7c4
commit 9bf78f80d6

View file

@ -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">
<ProgressBar
android:id="@+id/search_progress"
style="?android:attr/progressBarStyle"