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.