From cea1002a9dd95191ea7b4f11f6a9834b7243a4ec Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Fri, 29 May 2015 17:36:20 -0700 Subject: Add scrollbars --- app/src/main/res/layout/abstract_recycler_fragment.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/abstract_recycler_fragment.xml b/app/src/main/res/layout/abstract_recycler_fragment.xml index 26c4971c..4c7dd6b8 100644 --- a/app/src/main/res/layout/abstract_recycler_fragment.xml +++ b/app/src/main/res/layout/abstract_recycler_fragment.xml @@ -19,7 +19,8 @@ android:id="@+id/fragment_recycler" android:layout_width="fill_parent" android:layout_height="0dip" - android:layout_weight="1.0"/> + android:layout_weight="1.0" + android:scrollbars="vertical"/> -- cgit v1.2.3