Reputation: 881
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.
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
Reputation: 17429
It is not possible. Look here
As suggest here you can just use a workaround for this issue.
Upvotes: 1