For #12704 - Add vertical scrollbar to history screen

releases/v80.0.0
amkcpu 4 years ago committed by Emily Kager
parent 210f1ab898
commit 791eac50f3

@ -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>

Loading…
Cancel
Save