1
0
Fork 0

For #12704 - Add vertical scrollbar to history screen

master
amkcpu 2020-07-19 14:22:23 +02:00 committed by Emily Kager
parent 210f1ab898
commit 791eac50f3
1 changed files with 1 additions and 0 deletions

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>