aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/layout-port/download.xml
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-android/res/layout-port/download.xml')
-rw-r--r--subsonic-android/res/layout-port/download.xml4
1 files changed, 2 insertions, 2 deletions
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">
<Button
android:id="@+id/download_jukebox"
@@ -98,7 +98,7 @@
android:layout_marginLeft="16dip"
android:layout_marginRight="16dip"
android:layout_gravity="center_horizontal"
- android:layout_below="@id/download_album_art_image"/>
+ android:layout_alignParentBottom="true"/>
</RelativeLayout>
<TextView