For #12704 - Add vertical scrollbar to history screen

This commit is contained in:
amkcpu 2020-07-19 14:22:23 +02:00 committed by Emily Kager
parent 210f1ab898
commit 791eac50f3

View File

@ -43,6 +43,7 @@
android:id="@+id/history_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"
tools:listitem="@layout/history_list_item"/>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
</androidx.constraintlayout.widget.ConstraintLayout>