aboutsummaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-11-24 22:52:50 -0800
committerScott Jackson <daneren2005@gmail.com>2013-11-24 22:52:50 -0800
commit76dc7926cc9049f69ca3dcea519e47d42581f377 (patch)
tree7e4596b5e5084713e71e62a831e0ab0d2e2474c1 /res/menu
parent13ad47fa37ea73d25dae39a890ed0149da111607 (diff)
downloaddsub-76dc7926cc9049f69ca3dcea519e47d42581f377.tar.gz
dsub-76dc7926cc9049f69ca3dcea519e47d42581f377.tar.bz2
dsub-76dc7926cc9049f69ca3dcea519e47d42581f377.zip
Moved sync to SyncUtil, added podcast logic
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/select_podcasts_context.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/res/menu/select_podcasts_context.xml b/res/menu/select_podcasts_context.xml
index c9785b92..3a2a1c60 100644
--- a/res/menu/select_podcasts_context.xml
+++ b/res/menu/select_podcasts_context.xml
@@ -6,5 +6,13 @@
android:title="@string/common.info"/>
<item
android:id="@+id/podcast_channel_delete"
- android:title="@string/common.delete"/>
+ android:title="@string/common.delete"/>
+
+ <item
+ android:id="@+id/podcast_menu_sync"
+ android:title="@string/menu.keep_synced"/>
+
+ <item
+ android:id="@+id/podcast_menu_stop_sync"
+ android:title="@string/menu.stop_sync"/>
</menu> \ No newline at end of file