summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-06-20 13:54:35 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-06-20 13:54:35 +0200
commitae8a490fdf4315f32356b5f404b40ad72b036be6 (patch)
tree04751b15fde2cd32451ff39583bebf3f45e871df /res
parent22918164c733c1bc5af5d97716527f62fad2db58 (diff)
downloadAntennaPod-ae8a490fdf4315f32356b5f404b40ad72b036be6.zip
Added menu item to go to the media player
Diffstat (limited to 'res')
-rw-r--r--res/menu/podfetcher.xml1
-rw-r--r--res/values/strings.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/res/menu/podfetcher.xml b/res/menu/podfetcher.xml
index 4a89aa5a9..1ba426c84 100644
--- a/res/menu/podfetcher.xml
+++ b/res/menu/podfetcher.xml
@@ -19,4 +19,5 @@
android:showAsAction="ifRoom|collapseActionView">
</item>
<item android:id="@+id/show_preferences" android:title="@string/settings_label" android:icon="@drawable/action_settings" android:showAsAction="collapseActionView"></item>
+ <item android:id="@+id/show_player" android:title="@string/show_player_label" android:icon="@drawable/av_play" android:showAsAction="ifRoom"></item>
</menu>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ab50d19ef..d2c7a50db 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -48,4 +48,5 @@
<string name="download_error_file_error">File error</string>
<string name="download_error_http_data_error">HTTP Data Error</string>
<string name="download_error_error_unknown">Unknown Error</string>
+ <string name="show_player_label">Show player</string>
</resources>