Menu Softkey

Ionut Indigo

Member
Licensed User
Longtime User
Hi!
I'm having a problem with testing my app on Android 4.0+ devices with virtual keys.
The Menu Softkey/Action Overflow doesn't appear at all at the right side of the virtual navigation bar, like HERE (Legacy apps on phones with virtual navigation controls).
 

MLDev

Active Member
Licensed User
Longtime User
Did you add menu items? There won't be an action overflow button on the action bar if there isn't any menu items.
 
Upvote 0

MLDev

Active Member
Licensed User
Longtime User
Is this line in the manifest editor?

B4X:
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/>
 
Upvote 0

margret

Well-Known Member
Licensed User
Longtime User
Upvote 0

NeoTechni

Well-Known Member
Licensed User
Longtime User
I'm not getting a search button in that bar, and my app uses it heavily. How can I add it or something else to that bottom menu bar?
 
Upvote 0

margret

Well-Known Member
Licensed User
Longtime User
If you have the target sdk set to 14+ in the manifest editor, you should see the search icon in the Navigation bar if the system normally shows it.

I'm not getting a search button in that bar, and my app uses it heavily. How can I add it or something else to that bottom menu bar?
 
Upvote 0
Top