Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Actionbar change menus position

I'm trying to use android-support-v7-appcompat and my problem change menus position to right of actionbar

As you can see on the attached picture I wanna change the position of menu in action bar with custom view which is inflate of a custom layout.. hope to understand what I'm say

Change Positions

like image 963
Vahid Davari Avatar asked May 28 '14 11:05

Vahid Davari


2 Answers

To arrange menus order change this

 android:orderInCategory="100"
like image 195
keshav Avatar answered Oct 22 '22 05:10

keshav


The menu Items that are created in onCreateOptionsMenu are always the right most items. I think it is not possible to have a custom view to the right of your menu.

like image 32
Janusz Avatar answered Oct 22 '22 04:10

Janusz