-1

Today, even in a large screen tablet, the menu items appear to be limited to 5 items and then it collapses. But I would like to use more space and show more icons.

Is there a easy way to achieve that? Or should I extend and customize the android.view.Menu in some way?

enter image description here

Thanks

Luccas
  • 4,078
  • 6
  • 42
  • 72

1 Answers1

1

The action bar is designed have a finite maximum of action items based on the device's density-independent width. The action items can also not cover more than half the width of the action bar.

See this answer.

Community
  • 1
  • 1
Nate
  • 2,449
  • 3
  • 21
  • 29