fix danar history layout

This commit is contained in:
Sebastian Lenz 2020-01-17 00:20:36 +01:00
parent ef4903253d
commit b264e480be

View file

@ -77,7 +77,8 @@
<androidx.recyclerview.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
android:id="@+id/danar_history_recyclerview" android:id="@+id/danar_history_recyclerview"
android:layout_width="match_parent" 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" /> android:layout_below="@+id/danar_history_status" />
<Button <Button