Merge pull request #2376 from quizzmaster/dev

fix danar history layout
This commit is contained in:
Milos Kozak 2020-01-17 21:10:37 +01:00 committed by GitHub
commit 8414c51493
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,8 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/danar_history_recyclerview"
android:layout_width="match_parent"
android:layout_height="fill_parent"
android:layout_height="match_parent"
android:layout_above="@id/danar_history_reload"
android:layout_below="@+id/danar_history_status" />
<Button