From 4d98ea46a93331ce485a8a2acbbe9e7904013145 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sun, 21 Jul 2013 11:06:36 -0700 Subject: Enable fast scroll on download list --- subsonic-android/res/layout/download_playlist.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subsonic-android/res/layout/download_playlist.xml b/subsonic-android/res/layout/download_playlist.xml index 515728bb..e37981e2 100644 --- a/subsonic-android/res/layout/download_playlist.xml +++ b/subsonic-android/res/layout/download_playlist.xml @@ -25,6 +25,7 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1" - android:cacheColorHint="#00000000"/> + android:cacheColorHint="#00000000" + android:fastScrollEnabled="true"/> \ No newline at end of file -- cgit v1.2.3