aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSammysHP <sven@sammyshp.de>2013-08-22 15:26:56 +0200
committerSammysHP <sven@sammyshp.de>2013-08-22 15:27:26 +0200
commit9f1d2e37591c391ef9fe9b70ded6772b4bd76f6b (patch)
tree07b636d593ca31ef86802c9c8fe20640ed0e3390
parent95779579bf39486084d80bf50d8c0f22fa62aa0f (diff)
downloadcgeo-9f1d2e37591c391ef9fe9b70ded6772b4bd76f6b.zip
cgeo-9f1d2e37591c391ef9fe9b70ded6772b4bd76f6b.tar.gz
cgeo-9f1d2e37591c391ef9fe9b70ded6772b4bd76f6b.tar.bz2
New: Enable fast scrolling for cache lists
-rw-r--r--main/res/layout/cacheslist_activity.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/res/layout/cacheslist_activity.xml b/main/res/layout/cacheslist_activity.xml
index 5c3abbc..c267f60 100644
--- a/main/res/layout/cacheslist_activity.xml
+++ b/main/res/layout/cacheslist_activity.xml
@@ -39,6 +39,7 @@
android:cacheColorHint="?background_color"
android:dividerHeight="1dip"
android:padding="0dip"
- android:visibility="gone" />
+ android:visibility="gone"
+ android:fastScrollEnabled="true" />
</LinearLayout> \ No newline at end of file