From d9aeb54d716d9b053d391023447fb05b0f68ee75 Mon Sep 17 00:00:00 2001 From: serso Date: Sat, 19 Mar 2016 18:37:44 +0100 Subject: [PATCH] Show vertical scrollbars --- app/src/main/res/layout/fragment_entities.xml | 6 ++++-- app/src/main/res/layout/fragment_history.xml | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_entities.xml b/app/src/main/res/layout/fragment_entities.xml index b2186eaf..d8a309c3 100644 --- a/app/src/main/res/layout/fragment_entities.xml +++ b/app/src/main/res/layout/fragment_entities.xml @@ -22,7 +22,8 @@ ~ Site: http://se.solovyev.org --> - + a:layout_height="match_parent" + a:scrollbars="vertical" /> \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_history.xml b/app/src/main/res/layout/fragment_history.xml index e64dfaa0..efd7cf14 100644 --- a/app/src/main/res/layout/fragment_history.xml +++ b/app/src/main/res/layout/fragment_history.xml @@ -34,6 +34,7 @@ + a:layout_height="match_parent" + a:scrollbars="vertical" /> \ No newline at end of file