aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-01-18 19:10:28 -0800
committerScott Jackson <daneren2005@gmail.com>2013-01-18 19:10:28 -0800
commit556db33a418083bb10f626b1a5f2a1938a6e2568 (patch)
tree7d9ebed7099e47b444695ce57720b5d6df611ae5 /subsonic-android/res
parentfd568f11e052354e97fef2ba51c912f39caba2d3 (diff)
downloaddsub-556db33a418083bb10f626b1a5f2a1938a6e2568.tar.gz
dsub-556db33a418083bb10f626b1a5f2a1938a6e2568.tar.bz2
dsub-556db33a418083bb10f626b1a5f2a1938a6e2568.zip
Closes #93 Keep aspect ratio in landscape view
Diffstat (limited to 'subsonic-android/res')
-rw-r--r--subsonic-android/res/layout-land/download.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/subsonic-android/res/layout-land/download.xml b/subsonic-android/res/layout-land/download.xml
index 3b488959..431fef96 100644
--- a/subsonic-android/res/layout-land/download.xml
+++ b/subsonic-android/res/layout-land/download.xml
@@ -18,10 +18,10 @@
<ImageView
android:id="@+id/download_album_art_image"
android:src="@drawable/unknown_album_large"
- android:layout_width="fill_parent"
+ android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_weight="1"
- android:scaleType="fitXY"/>
+ android:scaleType="fitCenter"/>
<include layout="@layout/download_playlist"/>