summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kaiser <patheticpat@googlemail.com>2013-04-17 10:14:41 +0200
committerMichael Kaiser <patheticpat@googlemail.com>2013-04-17 10:14:41 +0200
commit5b4fde69de925090da62190fe197fe4f3c3ce080 (patch)
treea035e9221f55bc94d5d454db493db376225855db
parentb11654fa02c4124fce0b8949239ce6f6de5b54a2 (diff)
downloadAntennaPod-5b4fde69de925090da62190fe197fe4f3c3ce080.zip
Fix layout
-rw-r--r--res/layout/organize_queue.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/res/layout/organize_queue.xml b/res/layout/organize_queue.xml
index 1c6a4ad4e..62b2e980c 100644
--- a/res/layout/organize_queue.xml
+++ b/res/layout/organize_queue.xml
@@ -1,14 +1,12 @@
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:dslv="http://schemas.android.com/apk/res/de.danoeh.antennapod"
android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical" >
+ android:layout_height="fill_parent" >
<com.mobeta.android.dslv.DragSortListView
android:id="@android:id/list"
android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1"
+ android:layout_height="match_parent"
dslv:collapsed_height="2dp"
dslv:drag_enabled="true"
dslv:drag_handle_id="@id/drag_handle"
@@ -37,4 +35,4 @@
<Button android:id="@+id/undobar_button" style="@style/UndoBarButton" />
</LinearLayout>
-</LinearLayout>
+</FrameLayout>