From 791eac50f3ddcd38b1d6ed13959eb2f92a13cc8c Mon Sep 17 00:00:00 2001 From: amkcpu Date: Sun, 19 Jul 2020 14:22:23 +0200 Subject: [PATCH] For #12704 - Add vertical scrollbar to history screen --- app/src/main/res/layout/component_history.xml | 1 + 1 file changed, 1 insertion(+) 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"/>