1

I am trying to find a way to customize the android menu in system level.I want to remove the existing android menu and replace the custom menu.Can any one done the replacement of default menu.Can any one help me how to do that?? or kindly share some useful links to do that.

Thanks in Advance..

Joshua
  • 442
  • 1
  • 5
  • 20

2 Answers2

2

Hope these links will be helpful to you,

http://www.codeproject.com/KB/android/AndroidMenusMyWay.aspx

Adding Custom Menu In Messege Activity in android

Android: customize application's menu (e.g background color)

Community
  • 1
  • 1
Randroid
  • 3,688
  • 5
  • 30
  • 55
  • 1
    Hi Raghu, I had implemented this.But It will work only for applications which is using this menu.I want to replace the default menu in the entire system.So that newly installed application also can use the same menu . – Joshua Aug 30 '11 at 07:51
0

check this:

http://developer.android.com/guide/topics/ui/menus.html

http://developer.android.com/guide/topics/resources/menu-resource.html

Vineet Shukla
  • 23,865
  • 10
  • 55
  • 63