diff options
author | daneren2005 <daneren2005@gmail.com> | 2013-07-11 11:11:28 -0700 |
---|---|---|
committer | daneren2005 <daneren2005@gmail.com> | 2013-07-11 11:11:28 -0700 |
commit | 53343ee34b91a679f774a9ea5d6dcf8e1fab8ead (patch) | |
tree | 0f3cb9152608a526544c4274a0a531e87e5da50b /subsonic-android | |
parent | f8baa8956a2bebcf3e536124cd3d38ee79f563be (diff) | |
download | dsub-53343ee34b91a679f774a9ea5d6dcf8e1fab8ead.tar.gz dsub-53343ee34b91a679f774a9ea5d6dcf8e1fab8ead.tar.bz2 dsub-53343ee34b91a679f774a9ea5d6dcf8e1fab8ead.zip |
In landscape have the the album art align on left instead of middle
Diffstat (limited to 'subsonic-android')
-rw-r--r-- | subsonic-android/res/layout-land/download.xml | 4 |
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 a125d77e..0fb80df6 100644 --- a/subsonic-android/res/layout-land/download.xml +++ b/subsonic-android/res/layout-land/download.xml @@ -27,7 +27,7 @@ android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_weight="1"
- android:scaleType="fitCenter"/>
+ android:scaleType="fitStart"/>
<include layout="@layout/download_playlist"/>
@@ -131,4 +131,4 @@ </LinearLayout>
</LinearLayout>
-</FrameLayout>
\ No newline at end of file +</FrameLayout>
|