0

I have a context option menu, that I need to re-arrange it in a specific order. Every row of the option menu should contain only a single item, like Share to Fb, and Share to Twitter are now displayed.

Is it possible to make the option menu "Some warning text..." and "Logout" be on separate rows?

enter image description here

Goo
  • 1,318
  • 1
  • 13
  • 31
Andy Res
  • 15,963
  • 5
  • 60
  • 96

2 Answers2

1

If You're using default options menu the answer seems to be 'no'. Android decides itself on placing options.

Probably, You might need to create custom options menu. Please, refer to this guide and this question already asked.

Community
  • 1
  • 1
sandrstar
  • 12,503
  • 8
  • 58
  • 65
0

If you implement Custom options menu then you make static text. here is some reference link for Custom options menu ,http://www.codeproject.com/Articles/173121/Android-Menus-My-Way

Mohsin Naeem
  • 12,542
  • 3
  • 39
  • 53
Anand M Joseph
  • 787
  • 7
  • 7