Search code examples
javaandroidandroid-actionbar-compat

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.


Solution

  • It is not possible. Look here

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