From bd2ff73c2713228751b5af9c2fc39007d26a7ee3 Mon Sep 17 00:00:00 2001 From: Schoumi Date: Mon, 2 Jul 2018 17:54:26 +0200 Subject: [PATCH] Add Scrollbar on the side of app list Fix #31 --- app/src/main/res/layout/applist.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/applist.xml b/app/src/main/res/layout/applist.xml index f5b0a5f..9eff7d3 100644 --- a/app/src/main/res/layout/applist.xml +++ b/app/src/main/res/layout/applist.xml @@ -71,7 +71,8 @@ + android:layout_height="match_parent" + android:scrollbars="vertical"/>