Fix layout

This commit is contained in:
Michael Kaiser 2013-04-17 10:14:41 +02:00
parent b11654fa02
commit 5b4fde69de
1 changed files with 4 additions and 6 deletions

View File

@ -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>