diff options
author | daneren2005 <daneren2005@gmail.com> | 2013-08-05 13:41:04 -0700 |
---|---|---|
committer | daneren2005 <daneren2005@gmail.com> | 2013-08-05 13:41:04 -0700 |
commit | 5ed37dce1f07fdde97e4f7c18a355f20463d837d (patch) | |
tree | d1763f573bce39eaad53a863cbc4cce0f4663915 /res | |
parent | e35222dd5628105aa2cb3e4eda5004c12b1edf85 (diff) | |
download | dsub-5ed37dce1f07fdde97e4f7c18a355f20463d837d.tar.gz dsub-5ed37dce1f07fdde97e4f7c18a355f20463d837d.tar.bz2 dsub-5ed37dce1f07fdde97e4f7c18a355f20463d837d.zip |
Forgot to commit menu
Diffstat (limited to 'res')
-rw-r--r-- | res/menu/select_podcast_episode.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/menu/select_podcast_episode.xml b/res/menu/select_podcast_episode.xml index ff5898e2..7cd1ec88 100644 --- a/res/menu/select_podcast_episode.xml +++ b/res/menu/select_podcast_episode.xml @@ -5,6 +5,10 @@ android:icon="@drawable/action_refresh" android:title="@string/menu.refresh" android:showAsAction="always|withText"/> + + <item + android:id="@+id/menu_download_all" + android:title="@string/select_podcasts.server_download"/> <item android:id="@+id/menu_delete" |