Android Question Software menu button issue

Tyler

Member
Licensed User
Longtime User
Hey, since I changed my SDK version in manifest editor to 14, the software menu button has disappeared, rendering a portion of my code relying on if "If KeyCode = KeyCodes.KEYCODE_MENU Then" useless. I much prefer having my own menu rather than going the "Activity.AddMenuItem" route whenever possible.
Any input is much appreciated!
 

DonManfred

Expert
Licensed User
Longtime User
I dont know whether i understand the question right....

in SDK 14 you need to make your own actionbar with menubutton with one of the Actionbarlibraries (AHActionbar oder StandardActionbar - Libs for ex.)
 
Upvote 0

Tyler

Member
Licensed User
Longtime User
I'm talking about what's referred to as "software buttons". They replace the device's hardware buttons in android 4.0+.
 
Upvote 0
Top