From ea903376028bc26892f124582307b10b194c0007 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Mon, 16 Dec 2013 01:45:51 +0100 Subject: [PATCH] Fixed playlist being aligned to screen bottom. --- res/layout/route_fragment.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/res/layout/route_fragment.xml b/res/layout/route_fragment.xml index 9170948..e2eabc6 100644 --- a/res/layout/route_fragment.xml +++ b/res/layout/route_fragment.xml @@ -8,7 +8,6 @@ android:id="@+id/listview" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_above="@+id/controls" android:layout_alignParentRight="true" />