marcel Active Member Licensed User Longtime User Oct 19, 2015 #1 Hi, In more and more devices the hardware menu button is removed like the Samsung S6. What is the most logical way to replace this functionality? I have a short menu that pop-up when you press this hardware button.
Hi, In more and more devices the hardware menu button is removed like the Samsung S6. What is the most logical way to replace this functionality? I have a short menu that pop-up when you press this hardware button.
Erel B4X founder Staff member Licensed User Longtime User Oct 19, 2015 #2 If the action bar is visible then it will automatically show the overflow menu icon (three dots) at the top right corner. Upvote 0
If the action bar is visible then it will automatically show the overflow menu icon (three dots) at the top right corner.
marcel Active Member Licensed User Longtime User Oct 19, 2015 #3 Erel said: If the action bar is visible then it will automatically show the overflow menu icon (three dots) at the top right corner. Click to expand... Ok, Maybe stupid but how do I get an action bar? Upvote 0
Erel said: If the action bar is visible then it will automatically show the overflow menu icon (three dots) at the top right corner. Click to expand... Ok, Maybe stupid but how do I get an action bar?
Erel B4X founder Staff member Licensed User Longtime User Oct 19, 2015 #4 Make sure that android:targetSdkVersion is set to 14 and that your app is not full screen. Upvote 0