mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
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:
parent
8ee8c2796f
commit
2cb1c3afc8
2 changed files with 5 additions and 6 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue