conMenu.setHeaderTitle("heading");
SubMenu subMenu= conMenu.addSubMenu(0, 0, 0, "test1");
subMenu.add(0,1,1,"AAAA");
subMenu.add(0,2,2,"BBBB");
subMenu.add(0,3,3,"BBBB"); use like this then should get
the result
On Jan 6, 9:20 am, siva <[email protected]> wrote:
> Hi All,
>
> I am new to Android development. I want to add submenu to menu item ,
> I mean when i select menu item there should be submenu for that menu
> item. Is anybody have sample for this.
>
> Thanks in Advance.
>
> regards
> sivaram
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---