4

I want to create a custom OptionsMenu in my application. The default OptionsMenu display only three items in one row. Now i want to display five to six items having only icons. Also i want to change the background color of the OptionsMenu but not getting the appropriate way of doing this. If it is possible then please let me know about it.

Vikas Patidar
  • 42,865
  • 22
  • 93
  • 106

1 Answers1

4

Short answer

As an user it bothers me when the application changes my android's widgets. I wouldn't recommend changing that and android doesn't provide a way to do it.

Long answer

Even though Android doesn't provide a way to customize that you can always handle the key event and show a view from your own. Similar discussion in stackoverflow.

Community
  • 1
  • 1
Macarse
  • 91,829
  • 44
  • 175
  • 230