diff --git a/app/src/main/res/layout/component_history.xml b/app/src/main/res/layout/component_history.xml index 4c4892e29..3452a6c5f 100644 --- a/app/src/main/res/layout/component_history.xml +++ b/app/src/main/res/layout/component_history.xml @@ -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"/>