mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fixed add tracking sheet not showing results
This commit is contained in:
parent
01c998a7c4
commit
9bf78f80d6
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue