aboutsummaryrefslogtreecommitdiff
path: root/res/layout/download_action_buttons.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-01-13 21:33:46 -0800
committerScott Jackson <daneren2005@gmail.com>2014-01-13 21:33:46 -0800
commitea358d70f22f57211bda1e255119bf681136ee95 (patch)
treeca90517d9a5c142e4af243431ded3c3487d09ce7 /res/layout/download_action_buttons.xml
parentbccf1b44f6c7e5e5db48ebb3c7ba3a1f601d1518 (diff)
downloaddsub-ea358d70f22f57211bda1e255119bf681136ee95.tar.gz
dsub-ea358d70f22f57211bda1e255119bf681136ee95.tar.bz2
dsub-ea358d70f22f57211bda1e255119bf681136ee95.zip
Fix light light themed icons against dark background
Diffstat (limited to 'res/layout/download_action_buttons.xml')
-rw-r--r--res/layout/download_action_buttons.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/res/layout/download_action_buttons.xml b/res/layout/download_action_buttons.xml
deleted file mode 100644
index e3a45151..00000000
--- a/res/layout/download_action_buttons.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<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> \ No newline at end of file