1

Screenshots Below. As you can see, my menubutton is showing up in the actionBar's overflow area. It doesn't work well on portrait, because it adds a second row (cannot fit next to my tabs, obviously); it looks okay on landscape, but I will be changing the way the tabs present themselves on landscape, so it'll end up having the same problem as portrait. So, what I need to accomplish, is getting the menu button into the bottom black area of the screen, which, my understanding says is actually legacy support. Is there no method to declare to send my menu button down to the right of task switcher as I've seen in some other apps? Is the solution to change my targetSDKversion in AndroidManifest?

PortraitLandscape

Davek804
  • 2,804
  • 4
  • 26
  • 55
  • http://android-developers.blogspot.com/2012/01/say-goodbye-to-menu-button.html – CommonsWare Mar 30 '12 at 12:49
  • I know... saw that before I posted the question, was just hoping someone had developed a work around! – Davek804 Mar 30 '12 at 17:39
  • Have you try change android:targetSdkVersion="13" http://stackoverflow.com/questions/15250024/show-options-menu-button-on-galaxy-nexus-android-4-1/15250320#15250320 – Mina Fawzy Feb 24 '15 at 11:50

1 Answers1

0

Can't be done, as can be seen via CommonsWare's link :(

Davek804
  • 2,804
  • 4
  • 26
  • 55