aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/layout/download_playlist.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-02-17 21:31:42 -0800
committerScott Jackson <daneren2005@gmail.com>2013-02-17 21:31:42 -0800
commit309926d441c4879eb1bcc6f50abce652a0466415 (patch)
tree7bcca4518d7f0e3b55b96a285e6013592e573981 /subsonic-android/res/layout/download_playlist.xml
parentfa9e77b8e90fa684e0374c8ac3237baadd38f7b6 (diff)
downloaddsub-309926d441c4879eb1bcc6f50abce652a0466415.tar.gz
dsub-309926d441c4879eb1bcc6f50abce652a0466415.tar.bz2
dsub-309926d441c4879eb1bcc6f50abce652a0466415.zip
Added fling remove option
Diffstat (limited to 'subsonic-android/res/layout/download_playlist.xml')
-rw-r--r--subsonic-android/res/layout/download_playlist.xml3
1 files changed, 2 insertions, 1 deletions
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"/>
</LinearLayout> \ No newline at end of file