aboutsummaryrefslogtreecommitdiff
path: root/res/layout-large-land/download.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-08-31 10:23:37 -0700
committerScott Jackson <daneren2005@gmail.com>2014-08-31 10:23:37 -0700
commitca44dbc7ef9c9657c4b96add002a3149f0cb1c7e (patch)
tree50ef0679885d7e0a3830ad26923a53168e0eb7e7 /res/layout-large-land/download.xml
parent5ae23c33d575eefeaefac934b8f575a83bf2f9de (diff)
downloaddsub-ca44dbc7ef9c9657c4b96add002a3149f0cb1c7e.tar.gz
dsub-ca44dbc7ef9c9657c4b96add002a3149f0cb1c7e.tar.bz2
dsub-ca44dbc7ef9c9657c4b96add002a3149f0cb1c7e.zip
Move the EQ into the options menu
Diffstat (limited to 'res/layout-large-land/download.xml')
-rw-r--r--res/layout-large-land/download.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/res/layout-large-land/download.xml b/res/layout-large-land/download.xml
index e1572890..89fa08e5 100644
--- a/res/layout-large-land/download.xml
+++ b/res/layout-large-land/download.xml
@@ -60,10 +60,10 @@
android:layout_centerHorizontal="true"
android:layout_alignParentBottom="true">
- <Button
- android:id="@+id/download_equalizer"
- android:text="EQ"
- style="@style/DownloadActionButton"/>
+ <ImageButton
+ android:id="@+id/download_rating_bad"
+ style="@style/DownloadActionImageButton"
+ android:src="?attr/rating_bad"/>
<Button
android:id="@+id/download_visualizer"
@@ -79,6 +79,11 @@
android:id="@+id/download_bookmark"
style="@style/DownloadActionImageButton"
android:src="?attr/bookmark"/>
+
+ <ImageButton
+ android:id="@+id/download_rating_good"
+ style="@style/DownloadActionImageButton"
+ android:src="?attr/rating_good"/>
</LinearLayout>
</RelativeLayout>