[fenix] For https://github.com/mozilla-mobile/fenix/issues/12704 - Add vertical scrollbar to history screen

pull/600/head
amkcpu 4 years ago committed by Emily Kager
parent af7f24a305
commit 0a96e991b7

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