diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-06-20 13:54:35 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-06-20 13:54:35 +0200 |
commit | ae8a490fdf4315f32356b5f404b40ad72b036be6 (patch) | |
tree | 04751b15fde2cd32451ff39583bebf3f45e871df /res/menu | |
parent | 22918164c733c1bc5af5d97716527f62fad2db58 (diff) | |
download | AntennaPod-ae8a490fdf4315f32356b5f404b40ad72b036be6.zip |
Added menu item to go to the media player
Diffstat (limited to 'res/menu')
-rw-r--r-- | res/menu/podfetcher.xml | 1 |
1 files changed, 1 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> |