From fa9e77b8e90fa684e0374c8ac3237baadd38f7b6 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sun, 17 Feb 2013 16:20:41 -0800 Subject: Added drag drop functionality to now playing tab --- subsonic-android/res/layout/download_playlist.xml | 25 +++++++++++++++++------ subsonic-android/res/layout/song_list_item.xml | 7 ++++--- 2 files changed, 23 insertions(+), 9 deletions(-) (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 8e92a984..8bd54877 100644 --- a/subsonic-android/res/layout/download_playlist.xml +++ b/subsonic-android/res/layout/download_playlist.xml @@ -19,11 +19,24 @@ android:layout_height="wrap_content" android:padding="10dip"/> - + \ No newline at end of file diff --git a/subsonic-android/res/layout/song_list_item.xml b/subsonic-android/res/layout/song_list_item.xml index 9bbfde94..0ff738d2 100644 --- a/subsonic-android/res/layout/song_list_item.xml +++ b/subsonic-android/res/layout/song_list_item.xml @@ -1,8 +1,9 @@ + android:id="@id/drag_handle" + android:orientation="horizontal" + android:layout_width="fill_parent" + android:layout_height="?android:attr/listPreferredItemHeight">