diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-11-24 22:52:50 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-11-24 22:52:50 -0800 |
commit | 76dc7926cc9049f69ca3dcea519e47d42581f377 (patch) | |
tree | 7e4596b5e5084713e71e62a831e0ab0d2e2474c1 /res | |
parent | 13ad47fa37ea73d25dae39a890ed0149da111607 (diff) | |
download | dsub-76dc7926cc9049f69ca3dcea519e47d42581f377.tar.gz dsub-76dc7926cc9049f69ca3dcea519e47d42581f377.tar.bz2 dsub-76dc7926cc9049f69ca3dcea519e47d42581f377.zip |
Moved sync to SyncUtil, added podcast logic
Diffstat (limited to 'res')
-rw-r--r-- | res/menu/select_podcasts_context.xml | 10 |
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 |