1

How can I center a menu item in an action bar? I am using an image icon in action bar as menu but it appears at the right side of the action bar and I want to center it. Is it possible in android ?

Gas
  • 17,601
  • 4
  • 46
  • 93
Hitesh Matnani
  • 533
  • 2
  • 8
  • 26

1 Answers1

1

This can be done using custom views in actionbar. In native actionbar view you can't set alignment of menu items. Check here another SO post for custom action bar

Community
  • 1
  • 1
Akhil
  • 6,667
  • 4
  • 31
  • 61