diff --git a/res/layout/playlist_activity.xml b/res/layout/playlist_activity.xml index 3edad444..8705a313 100644 --- a/res/layout/playlist_activity.xml +++ b/res/layout/playlist_activity.xml @@ -25,4 +25,5 @@ along with this program. If not, see . android:scrollbarStyle="outsideInset" dslv:drag_enabled="false" dslv:drag_start_mode="onMove" + dslv:float_background_color="@color/float_color" dslv:drag_handle_id="@+id/dragger"/> diff --git a/res/layout/showqueue_listview.xml b/res/layout/showqueue_listview.xml index 668573db..fd665894 100644 --- a/res/layout/showqueue_listview.xml +++ b/res/layout/showqueue_listview.xml @@ -10,6 +10,7 @@ android:divider="@null" dslv:drag_enabled="true" dslv:drag_start_mode="onMove" + dslv:float_background_color="@color/float_color" dslv:drag_handle_id="@+id/dragger" dslv:remove_enabled="true" dslv:remove_mode="flingRemove" diff --git a/res/layout/tab_order.xml b/res/layout/tab_order.xml index 5448660b..4ee106ab 100644 --- a/res/layout/tab_order.xml +++ b/res/layout/tab_order.xml @@ -37,6 +37,7 @@ THE SOFTWARE. android:choiceMode="multipleChoice" dslv:drag_enabled="true" dslv:drag_start_mode="onMove" + dslv:float_background_color="@color/float_color" dslv:drag_handle_id="@+id/dragger" /> #f888 #feee + #fccc #607D8B diff --git a/res/values/theme.xml b/res/values/theme.xml index de760f29..832025c3 100644 --- a/res/values/theme.xml +++ b/res/values/theme.xml @@ -24,6 +24,7 @@ THE SOFTWARE. #f444 #a000 + #f222