I would like to use the menu bar instead of a tab bar (tabs are not made for being at the bottom of the view ...).
Is there any chance to give the menu bar a static behaviour?
Related post: android : set the menu out / visible with the solution: new Handler().postDelayed(new Runnable() { public void run() { openOptionsMenu(); } }, 2000);
It works fine, but hides away constantly.
Many thankx!