aboutsummaryrefslogtreecommitdiff
path: root/res/menu/nowplaying.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-07-27 14:36:03 -0700
committerScott Jackson <daneren2005@gmail.com>2013-07-27 14:36:03 -0700
commitfc19957642783f8d6f65e9eb24d89efcf9c900eb (patch)
tree342a8f3af72b050a2f7dbd6f089bca8c11cfb0c1 /res/menu/nowplaying.xml
parent4738428c2c205f42200386ae09b44b9ec07b9144 (diff)
downloaddsub-fc19957642783f8d6f65e9eb24d89efcf9c900eb.tar.gz
dsub-fc19957642783f8d6f65e9eb24d89efcf9c900eb.tar.bz2
dsub-fc19957642783f8d6f65e9eb24d89efcf9c900eb.zip
Missed in commit
Diffstat (limited to 'res/menu/nowplaying.xml')
-rw-r--r--res/menu/nowplaying.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/res/menu/nowplaying.xml b/res/menu/nowplaying.xml
new file mode 100644
index 00000000..572c5bac
--- /dev/null
+++ b/res/menu/nowplaying.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+ <item
+ android:id="@+id/menu_shuffle"
+ android:icon="@drawable/action_shuffle"
+ android:title="@string/download.menu_shuffle"
+ android:showAsAction="ifRoom|withText"/>
+
+ <item
+ android:id="@+id/menu_remove_all"
+ android:icon="@drawable/action_remove_all"
+ android:title="@string/download.menu_remove_all"
+ android:showAsAction="ifRoom|withText"/>
+
+ <item
+ android:id="@+id/menu_save_playlist"
+ android:icon="@drawable/action_save"
+ android:title="@string/download.menu_save"
+ android:showAsAction="ifRoom|withText"/>
+
+ <item
+ android:id="@+id/menu_screen_on_off"
+ android:icon="@drawable/action_screen_on_off"
+ android:title="@string/download.menu_screen_on"
+ android:showAsAction="ifRoom|withText"/>
+
+ <item
+ android:id="@+id/menu_toggle_timer"
+ android:title="@string/download.start_timer"/>
+
+ <item
+ android:id="@+id/menu_toggle_now_playing"
+ android:title="@string/download.show_downloading"/>
+
+ <item
+ android:id="@+id/menu_exit"
+ android:icon="@drawable/action_exit"
+ android:title="@string/menu.exit"/>
+</menu>