I'm using ActionBarSherlock to implement an actionbar in my Android application. Menu options that don't fit on this actionbar are automatically added to the overflow menu. The problem I'm facing is that these menu options have center alignment:
How do I make sure that the menu items in the overflow menu are right-aligned, like for example in the Gmail application?
Thanks.