aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-11-20 20:43:09 -0800
committerScott Jackson <daneren2005@gmail.com>2012-11-20 20:43:09 -0800
commite936d19e06855bfb373a520efa94e36620c2d22d (patch)
tree6f64cf7a8f8649c4936f45804d8aac6ccc903599 /subsonic-android/res
parentf5d6e6ddd604219de3e7b15a5dc4da723f044c28 (diff)
downloaddsub-e936d19e06855bfb373a520efa94e36620c2d22d.tar.gz
dsub-e936d19e06855bfb373a520efa94e36620c2d22d.tar.bz2
dsub-e936d19e06855bfb373a520efa94e36620c2d22d.zip
Moved extra controls down to overlap with visualizer
Diffstat (limited to 'subsonic-android/res')
-rw-r--r--subsonic-android/res/layout-port/download.xml38
1 files changed, 19 insertions, 19 deletions
diff --git a/subsonic-android/res/layout-port/download.xml b/subsonic-android/res/layout-port/download.xml
index 02a5b427..a16659a5 100644
--- a/subsonic-android/res/layout-port/download.xml
+++ b/subsonic-android/res/layout-port/download.xml
@@ -22,7 +22,7 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1"
- android:layout_above="@+id/download_visualizer_view_layout">
+ android:layout_above="@+id/download_song_title">
<ImageView
android:id="@+id/download_album_art_image"
@@ -38,7 +38,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@color/overlayColor"
- android:layout_alignParentBottom="true">
+ android:layout_below="@id/download_album_art_image">
<Button
android:id="@+id/download_jukebox"
@@ -49,9 +49,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
- android:paddingTop="12dip"
+ android:paddingTop="4dip"
android:paddingLeft="14dip"
- android:paddingBottom="12dip"/>
+ android:paddingBottom="4dip"/>
<Button
android:id="@+id/download_equalizer"
@@ -62,9 +62,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
- android:paddingTop="12dip"
+ android:paddingTop="4dip"
android:paddingLeft="14dip"
- android:paddingBottom="12dip"/>
+ android:paddingBottom="4dip"/>
<Button
android:id="@+id/download_visualizer"
@@ -75,9 +75,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
- android:paddingTop="12dip"
+ android:paddingTop="4dip"
android:paddingLeft="14dip"
- android:paddingBottom="12dip"/>
+ android:paddingBottom="4dip"/>
<ImageButton
android:id="@+id/download_star"
@@ -86,10 +86,19 @@
android:layout_below="@+id/download_jukebox"
android:background="@android:color/transparent"
android:src="@android:drawable/star_big_off"
- android:paddingTop="12dip"
+ android:paddingTop="4dip"
android:paddingLeft="14dip"
- android:paddingBottom="12dip"/>
+ android:paddingBottom="4dip"/>
</LinearLayout>
+
+ <LinearLayout
+ android:id="@+id/download_visualizer_view_layout"
+ android:layout_width="fill_parent"
+ android:layout_height="60dip"
+ android:layout_marginLeft="16dip"
+ android:layout_marginRight="16dip"
+ android:layout_gravity="center_horizontal"
+ android:layout_below="@id/download_album_art_image"/>
</RelativeLayout>
<TextView
@@ -120,15 +129,6 @@
android:textSize="18sp"
android:ellipsize="end"/>
- <LinearLayout
- android:id="@+id/download_visualizer_view_layout"
- android:layout_width="fill_parent"
- android:layout_height="60dip"
- android:layout_marginLeft="16dip"
- android:layout_marginRight="16dip"
- android:layout_gravity="center_horizontal"
- android:layout_above="@+id/download_song_title"/>
-
</RelativeLayout>
<include layout="@layout/download_playlist"/>