aboutsummaryrefslogtreecommitdiff
path: root/res/layout-land/download.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-01-19 14:07:44 -0800
committerScott Jackson <daneren2005@gmail.com>2014-01-19 14:07:44 -0800
commit5cc2e1596af9edb33e74ee648ccf8fc3755bed96 (patch)
tree3ce565aa4766b778af55b266e6b5321f11264b3f /res/layout-land/download.xml
parentfdda03ceed2b46a4a008dac48e88c4bc5e654aa3 (diff)
parent7d53ef61b7498a8dd0e5f63bc2e907eb4937b261 (diff)
downloaddsub-5cc2e1596af9edb33e74ee648ccf8fc3755bed96.tar.gz
dsub-5cc2e1596af9edb33e74ee648ccf8fc3755bed96.tar.bz2
dsub-5cc2e1596af9edb33e74ee648ccf8fc3755bed96.zip
Merge commit
Diffstat (limited to 'res/layout-land/download.xml')
-rw-r--r--res/layout-land/download.xml33
1 files changed, 32 insertions, 1 deletions
diff --git a/res/layout-land/download.xml b/res/layout-land/download.xml
index b896509e..c71ff4b7 100644
--- a/res/layout-land/download.xml
+++ b/res/layout-land/download.xml
@@ -40,7 +40,38 @@
android:layout_weight="1"
android:background="@android:color/transparent">
- <include layout="@layout/download_action_buttons"/>
+ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/download_other_controls_layout"
+ android:orientation="horizontal"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_horizontal">
+
+ <Button
+ android:id="@+id/download_jukebox"
+ android:text="RC"
+ style="@style/DownloadActionButton"/>
+
+ <Button
+ android:id="@+id/download_equalizer"
+ android:text="EQ"
+ style="@style/DownloadActionButton"/>
+
+ <Button
+ android:id="@+id/download_visualizer"
+ android:text="VIS"
+ style="@style/DownloadActionButton"/>
+
+ <ImageButton
+ android:id="@+id/download_star"
+ style="@style/DownloadActionImageButton"
+ android:src="@android:drawable/star_big_off"/>
+
+ <ImageButton
+ android:id="@+id/download_bookmark"
+ style="@style/DownloadActionImageButton"
+ android:src="?attr/bookmark"/>
+ </LinearLayout>
<LinearLayout
android:id="@+id/download_visualizer_view_layout"