diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-06-26 13:37:41 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-06-26 13:37:41 +0200 |
commit | 020d3afba9c55b0a15b4ccc40b27139319f335f7 (patch) | |
tree | 30b236be018c338a627a6a6aa3d89766ad348705 | |
parent | 8965e3ea37e9ad64c291e3b37b27f698b59665d6 (diff) | |
download | AntennaPod-020d3afba9c55b0a15b4ccc40b27139319f335f7.zip |
Changed theme to 'Force Overflow'
-rw-r--r-- | AndroidManifest.xml | 2 | ||||
-rw-r--r-- | res/menu/podfetcher.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index bba578c35..7b83099e2 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -14,7 +14,7 @@ <application android:icon="@drawable/ic_launcher" android:label="@string/app_name" - android:theme="@style/Theme.Sherlock.Light" + android:theme="@style/Theme.Sherlock.Light.ForceOverflow" android:name="de.podfetcher.PodcastApp"> <activity android:label="@string/app_name" diff --git a/res/menu/podfetcher.xml b/res/menu/podfetcher.xml index 1ba426c84..96022c9ab 100644 --- a/res/menu/podfetcher.xml +++ b/res/menu/podfetcher.xml @@ -16,8 +16,8 @@ android:id="@+id/show_downloads" android:title="Downloads" android:icon="@drawable/av_download" - android:showAsAction="ifRoom|collapseActionView"> + android:showAsAction="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> + <item android:id="@+id/show_player" android:title="@string/show_player_label" android:icon="@drawable/av_play" android:showAsAction="collapseActionView"></item> </menu> |