Search code examples
androidandroid-actionbaractionbarsherlock

How to force android's actionbar (using Actionbar-Sherlock) buttons to be on the right?


I'm using Actionbar-Sherlock in my app. Every thing works well but when I change the locale of the app to 'iw' the actionbar buttons move to left and the icon moves to the right. How can I keep the it in the default view (icon-left buttons-right)?


Solution

  • I solved this issue by using a custom view for the action bar.