From c2e05cf72da0f24ad33bd52075e2354ae954659f Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 28 Apr 2014 06:23:52 -0700 Subject: Re-enabled fast scroll when only grid is shown --- res/layout/grid_view.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'res') diff --git a/res/layout/grid_view.xml b/res/layout/grid_view.xml index 17b2f8aa..39297ae7 100644 --- a/res/layout/grid_view.xml +++ b/res/layout/grid_view.xml @@ -8,4 +8,5 @@ android:horizontalSpacing="10dp" android:verticalSpacing="10dp" android:gravity="center" - android:stretchMode="columnWidth"/> \ No newline at end of file + android:stretchMode="columnWidth" + android:fastScrollEnabled="true"/> \ No newline at end of file -- cgit v1.2.3