Skip to content Skip to sidebar Skip to footer

Implementing Custom Menu In Android System

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 d

Solution 1:

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)

Solution 2:

check this:

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

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

Post a Comment for "Implementing Custom Menu In Android System"