Add own theme "Theme.Yaaic" to enforce overflow menu in action bar.

This commit is contained in:
Sebastian Kaspari 2012-01-23 21:32:20 +01:00
parent 6aff86bcb6
commit 0ec311c074
2 changed files with 7 additions and 1 deletions

View File

@ -27,7 +27,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
<application
android:icon="@drawable/icon"
android:label="Yaaic"
android:theme="@style/Theme.Sherlock">
android:theme="@style/Theme.Yaaic">
<activity
android:name=".activity.ServersActivity"
android:label="@string/app_name"

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Yaaic" parent="Theme.Sherlock">
<item name="absForceOverflow">true</item>
</style>
</resources>