diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-02-08 21:42:25 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-02-08 21:42:25 -0800 |
commit | fb69cf8533c74483e873804d9f980e242d737c62 (patch) | |
tree | df3e4890c5a291fcff2d77c69e9458b761048f4a /res/layout-land | |
parent | 4b10c991618aabb2343f49b3f52cb2c697f426cf (diff) | |
download | dsub-fb69cf8533c74483e873804d9f980e242d737c62.tar.gz dsub-fb69cf8533c74483e873804d9f980e242d737c62.tar.bz2 dsub-fb69cf8533c74483e873804d9f980e242d737c62.zip |
Converted RC from button to MediaRoute + added Chromecast requires
Diffstat (limited to 'res/layout-land')
-rw-r--r-- | res/layout-land/download.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/res/layout-land/download.xml b/res/layout-land/download.xml index c71ff4b7..dfdb126a 100644 --- a/res/layout-land/download.xml +++ b/res/layout-land/download.xml @@ -48,11 +48,6 @@ 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"/>
|