1

Anyone know how to make a menu like this photo? If there is any tutorial or if you can give me a hint I'm thankful.

example menu

Ted Hopp
  • 232,168
  • 48
  • 399
  • 521
DROIDzilla
  • 23
  • 3
  • check these So posts :: http://stackoverflow.com/questions/2944244/change-the-background-color-of-the-options-menu http://stackoverflow.com/questions/2719173/change-background-color-of-android-menu http://stackoverflow.com/questions/5065828/android-menu-item-background – Eight Jun 03 '12 at 04:55

2 Answers2

1

You can created own menu class. Here is the article published and a downloadable link to the source code. Hope this link will be helpful to you.

http://www.codeproject.com/Articles/173121/Android-Menus-My-Way

Shankar Agarwal
  • 34,573
  • 7
  • 66
  • 64
  • uowwwwwwww my friend! very very very thks! ok? God bless you! – DROIDzilla Jun 03 '12 at 04:54
  • brother, almost this tutorial solved my problem. But the menu I want is one that does not need to press the menu button for it to appear. He is active all the time in the activity. can you help me? – DROIDzilla Jun 07 '12 at 04:25
1

This menu is like a i-phone , you can download example of this menu from this Link 1

it is looks like following image

enter image description here

Consider following links that may help you

Link 2

Link 3

Community
  • 1
  • 1
Ronak Mehta
  • 5,971
  • 5
  • 42
  • 69