diff options
| author | SammysHP <sven@sammyshp.de> | 2013-08-22 15:26:56 +0200 |
|---|---|---|
| committer | SammysHP <sven@sammyshp.de> | 2013-08-22 15:27:26 +0200 |
| commit | 9f1d2e37591c391ef9fe9b70ded6772b4bd76f6b (patch) | |
| tree | 07b636d593ca31ef86802c9c8fe20640ed0e3390 /main/res/layout | |
| parent | 95779579bf39486084d80bf50d8c0f22fa62aa0f (diff) | |
| download | cgeo-9f1d2e37591c391ef9fe9b70ded6772b4bd76f6b.zip cgeo-9f1d2e37591c391ef9fe9b70ded6772b4bd76f6b.tar.gz cgeo-9f1d2e37591c391ef9fe9b70ded6772b4bd76f6b.tar.bz2 | |
New: Enable fast scrolling for cache lists
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/cacheslist_activity.xml | 3 |
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 |
