Android Custom Options Menu

I want to create a custom OptionsMenu in my application. By default, OptionsMenu displays only three items on a single line. Now I want to display from five to six elements that have only icons. I also want to change the background color in OptionsMenu, but not get an appropriate way to do this. If possible, let me know.

+4
source share
1 answer

Short answer

As a user, it bothers me when an application changes my Android widgets. I would not recommend changing this, and android does not provide a way to do this.

Long answer

Although Android does not provide a way to customize, you can always handle the key event and show your presentation. fooobar.com/questions/212202 / ....

+4
source

All Articles