aboutsummaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-05-19 20:35:39 -0700
committerScott Jackson <daneren2005@gmail.com>2014-05-19 20:35:39 -0700
commitac24bc917cfd790b3f4ac011ebb8b4c963801230 (patch)
treed21cc5a622ddcf9c035b944eb2f83b76b6aacbb3 /res/menu
parente05723218aa289bf2892b3f9edf999b859f18689 (diff)
downloaddsub-ac24bc917cfd790b3f4ac011ebb8b4c963801230.tar.gz
dsub-ac24bc917cfd790b3f4ac011ebb8b4c963801230.tar.bz2
dsub-ac24bc917cfd790b3f4ac011ebb8b4c963801230.zip
#309 Add option to remove songs after they are played
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/nowplaying.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/menu/nowplaying.xml b/res/menu/nowplaying.xml
index bc87f0c4..48528b43 100644
--- a/res/menu/nowplaying.xml
+++ b/res/menu/nowplaying.xml
@@ -32,6 +32,11 @@
android:id="@+id/menu_screen_on_off"
android:title="@string/download.menu_screen_on"
android:checkable="true"/>
+
+ <item
+ android:id="@+id/menu_remove_played"
+ android:title="@string/download.menu_remove_played_songs"
+ android:checkable="true"/>
<item
android:id="@+id/menu_toggle_timer"