From 309926d441c4879eb1bcc6f50abce652a0466415 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sun, 17 Feb 2013 21:31:42 -0800 Subject: Added fling remove option --- subsonic-android/res/layout/download_playlist.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'subsonic-android/res/layout') diff --git a/subsonic-android/res/layout/download_playlist.xml b/subsonic-android/res/layout/download_playlist.xml index 8bd54877..d0602e8a 100644 --- a/subsonic-android/res/layout/download_playlist.xml +++ b/subsonic-android/res/layout/download_playlist.xml @@ -36,7 +36,8 @@ dslv:use_default_controller="true" dslv:drag_handle_id="@id/drag_handle" dslv:sort_enabled="true" - dslv:remove_enabled="false" + dslv:remove_enabled="true" + dslv:remove_mode="flingRemove" dslv:drag_start_mode="onDown"/> \ No newline at end of file -- cgit v1.2.3