diff options
author | owner <owner@DeeDee-Laptop> | 2012-11-21 20:21:31 -0800 |
---|---|---|
committer | owner <owner@DeeDee-Laptop> | 2012-11-21 20:21:31 -0800 |
commit | 7eb0fbe90e5a20c1ed33f0f8d12c22b03d50cc42 (patch) | |
tree | 6564d4512f6053187b242afb898b41d21e09e71f /subsonic-android/res | |
parent | 62d1522b0f80e233e41307f654202e187c4cd3a8 (diff) | |
download | dsub-7eb0fbe90e5a20c1ed33f0f8d12c22b03d50cc42.tar.gz dsub-7eb0fbe90e5a20c1ed33f0f8d12c22b03d50cc42.tar.bz2 dsub-7eb0fbe90e5a20c1ed33f0f8d12c22b03d50cc42.zip |
Fix for controls sometimes being behind the album art
Diffstat (limited to 'subsonic-android/res')
-rw-r--r-- | subsonic-android/res/layout-port/download.xml | 4 |
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
|