I want to create a menu layout in my app, which needs to be the same as the default OS menu.
I wanted to start by looking at Android OS code, but I do not know where I can found that are related to menus
Any help is welcome
Thanks
I want to create a menu layout in my app, which needs to be
Share
How to change menu theme in Android
In your Manifest:
you can also try reading this:
http://staticallytyped.wordpress.com/2011/05/05/android-how-can-you-implement-a-custom-menu-class/
I hope it will help