From 8c8e7044c3758170d9d8ffcb2600c049a2d22f02 Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Thu, 21 Feb 2013 14:54:22 +0100 Subject: [PATCH] Removed layout margin from listview --- res/layout/organize_queue.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/res/layout/organize_queue.xml b/res/layout/organize_queue.xml index 06da395d9..615853f6d 100644 --- a/res/layout/organize_queue.xml +++ b/res/layout/organize_queue.xml @@ -8,7 +8,6 @@ android:id="@android:id/list" android:layout_width="match_parent" android:layout_height="0dp" - android:layout_margin="10dp" android:layout_weight="1" dslv:collapsed_height="2dp" dslv:drag_enabled="true"