aboutsummaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-11-23 22:46:15 -0800
committerScott Jackson <daneren2005@gmail.com>2013-11-23 22:46:15 -0800
commit13ad47fa37ea73d25dae39a890ed0149da111607 (patch)
tree7e400e521d4211e36b5cae13e32741f1d9b99790 /res/menu
parentb8e1a579d931e274785f865889b1e395415cb10f (diff)
downloaddsub-13ad47fa37ea73d25dae39a890ed0149da111607.tar.gz
dsub-13ad47fa37ea73d25dae39a890ed0149da111607.tar.bz2
dsub-13ad47fa37ea73d25dae39a890ed0149da111607.zip
Added playlist sync management logic
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/select_playlist_context.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/res/menu/select_playlist_context.xml b/res/menu/select_playlist_context.xml
index 0ec94e02..7cdc0c79 100644
--- a/res/menu/select_playlist_context.xml
+++ b/res/menu/select_playlist_context.xml
@@ -22,10 +22,13 @@
android:title="@string/common.download"
/>
- <item
- android:id="@+id/playlist_menu_pin"
- android:title="@string/common.pin"
- />
+ <item
+ android:id="@+id/playlist_menu_sync"
+ android:title="@string/menu.keep_synced"/>
+
+ <item
+ android:id="@+id/playlist_menu_stop_sync"
+ android:title="@string/menu.stop_sync"/>
<item
android:id="@+id/playlist_update_info"