From 7eb0fbe90e5a20c1ed33f0f8d12c22b03d50cc42 Mon Sep 17 00:00:00 2001 From: owner Date: Wed, 21 Nov 2012 20:21:31 -0800 Subject: Fix for controls sometimes being behind the album art --- subsonic-android/res/layout-port/download.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'subsonic-android/res') diff --git a/subsonic-android/res/layout-port/download.xml b/subsonic-android/res/layout-port/download.xml index a16659a5..2b61dd7b 100644 --- a/subsonic-android/res/layout-port/download.xml +++ b/subsonic-android/res/layout-port/download.xml @@ -38,7 +38,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="@color/overlayColor" - android:layout_below="@id/download_album_art_image"> + android:layout_alignParentBottom="true">