Using 2.2 how do I get rid of the changed titlebar?

Ricky D

Well-Known Member
Licensed User
Longtime User
On my Samsung Galaxy s2 on android 4.0.3 and with 2.2 bata installed my menus are screwed up

if I have this

B4X:
Activity.AddMenuItem("Add New", "Menu")
   Activity.AddMenuItem("Delete", "Menu")
   Activity.AddMenuItem("Save Exit", "Menu")

then the first 2 items appear on the top bar but the 3rd one is only accesible if I press the menu key on my phone.

How do I go back to having my menu key trap the menu items instead of them being up top?

I hate the new look.

regards, Ricky
 

Ricky D

Well-Known Member
Licensed User
Longtime User
Thanks Erel. :sign0188:
That worked.

Yes I did start a new project to test out the beta.

regards, Ricky

P.S I've just got out of hospital with a quadruple heart bypass. I'm recovering a bit each day.
 
Upvote 0
Top