I am using V2.22 of B4A.
I need to add four menu items to the activity. All of them end up in the Overflow icon on the Activity Title Bar.
The code is:
Activity.AddMenuItem("Menu 1", "Kmenu")
Activity.AddMenuItem("Menu 2", "Ymenu")
Activity.AddMenuItem("Menu 3", "Amenu")
Activity.AddMenuItem("Menu 4", "Wmenu")
I would like them to appear on the Activity Title Bar.
Second question: Can I control if I wanted a menu to go into the Overflow icon or stay in the Activity Title Bar?
Thanks for any help on this matter.
I need to add four menu items to the activity. All of them end up in the Overflow icon on the Activity Title Bar.
The code is:
Activity.AddMenuItem("Menu 1", "Kmenu")
Activity.AddMenuItem("Menu 2", "Ymenu")
Activity.AddMenuItem("Menu 3", "Amenu")
Activity.AddMenuItem("Menu 4", "Wmenu")
I would like them to appear on the Activity Title Bar.
Second question: Can I control if I wanted a menu to go into the Overflow icon or stay in the Activity Title Bar?
Thanks for any help on this matter.