DMT82
DMT82

Reputation: 881

Put action on top & have split actionbar at the same time

I use ActionBarCompat (So my Action Bar works on API 8 and above.) And I also use this so I can have split Action Bar.

android:uiOptions="splitActionBarWhenNarrow"

Now I have all my actions in the bottom, but I want to take the search-action and put it up on the right corner.

enter image description here

I have tried to Google this, but I don't find any solutions to this. (Every link seems to be old).

Thank you so much.

Upvotes: 0

Views: 251

Answers (1)

GVillani82
GVillani82

Reputation: 17429

It is not possible. Look here

As suggest here you can just use a workaround for this issue.

Upvotes: 1

Related Questions