aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/layout-land/download.xml
diff options
context:
space:
mode:
authorKurt Hardin <kurthardin.dev@gmail.com>2012-09-25 11:56:19 -0700
committerKurt Hardin <kurthardin.dev@gmail.com>2012-09-25 11:56:19 -0700
commitd82f52f410c696ea8bbf39789752a8349f385722 (patch)
tree918d074cfa27ad69c62f6ab041599bb64484f8fa /subsonic-android/res/layout-land/download.xml
parent2be1e2632966490e9d1b0cde7bb51f1951710794 (diff)
parent50cbd5040bfecfbad8b46694be17e6b793094c43 (diff)
downloaddsub-d82f52f410c696ea8bbf39789752a8349f385722.tar.gz
dsub-d82f52f410c696ea8bbf39789752a8349f385722.tar.bz2
dsub-d82f52f410c696ea8bbf39789752a8349f385722.zip
Merge branch 'master_star_support'
Diffstat (limited to 'subsonic-android/res/layout-land/download.xml')
-rw-r--r--subsonic-android/res/layout-land/download.xml16
1 files changed, 12 insertions, 4 deletions
diff --git a/subsonic-android/res/layout-land/download.xml b/subsonic-android/res/layout-land/download.xml
index 01a9b68d..b0303e52 100644
--- a/subsonic-android/res/layout-land/download.xml
+++ b/subsonic-android/res/layout-land/download.xml
@@ -14,15 +14,15 @@
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_alignParentRight="true"
- android:background="@color/mediaControlBackground"
- >
+ android:background="@color/mediaControlBackground">
<LinearLayout
+ android:id="@+id/download_play_controls_layout"
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
- android:layout_alignParentLeft="true">
+ android:layout_centerHorizontal="true">
<ImageButton
android:id="@+id/download_previous"
@@ -87,7 +87,6 @@
android:id="@+id/download_song_title"
android:layout_width="150dip"
android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
android:layout_above="@+id/download_status"
android:layout_centerHorizontal="true"
android:layout_marginLeft="12dip"
@@ -99,6 +98,7 @@
android:textColor="@color/mediaControlForeground"/>
<LinearLayout
+ android:id="@+id/download_other_controls_layout"
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -111,6 +111,7 @@
android:background="@android:color/transparent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_below="@+id/download_play_controls_layout"
android:padding="9dip"/>
<ImageButton
android:id="@+id/download_repeat"
@@ -120,6 +121,13 @@
android:layout_height="wrap_content"
android:padding="9dip"/>
<ImageButton
+ android:id="@+id/download_star"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_vertical"
+ android:background="@null"
+ android:src="@android:drawable/star_big_off"/>
+ <ImageButton
android:id="@+id/download_toggle_list"
android:src="@drawable/media_toggle_list"
android:background="@android:color/transparent"