Move all menu items into main action bar or overflow menu

We were using a split action bar, putting 2-3 buttons at the bottom
of the screen. This unfortunately makes it easy to hit the home/
back/etc buttons on the phone when going for the bottom area, plus
I just don't like it. ;) Taking it out for now.
This commit is contained in:
Brion Vibber 2013-05-16 14:18:54 -07:00
parent 8ee8c2796f
commit 2cb1c3afc8
2 changed files with 5 additions and 6 deletions

View file

@ -66,7 +66,6 @@
android:name=".contributions.ContributionsActivity"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:uiOptions="splitActionBarWhenNarrow"
>
<intent-filter>
<category android:name="android.intent.category.LAUNCHER"/>