Hello
I have a program that has a single menu item which is created using the following command:
Activity.AddMenuItem2("Help", "RunHelp", LoadBitmap(File.DirAssets, "helpicon.png"))
On Android 2.x pressing the menu button it shows the menu item with the graphic.
On my Galaxy Tab running Android 3 it shows an icon representing a menu in the 'Action Bar'. Pressing on that it shows a single menu item labelled "Help" but it doesn't show the icon.
Is there a particular way in which menus should be created in BASIC4Android in order to add them to the Action Bar?
Regards
Joe