How to configure the Android Emulator to show onscreen buttons like the new Galaxy Nexus?

前端 未结 5 1584
余生分开走
余生分开走 2021-02-01 02:22

I would like to convert/adapt my application to Android 4.0. To do so I plan to use the ActionBar on devices that support it. All Android version >= 3.0 do so. Furthermore devi

5条回答
  •  走了就别回头了
    2021-02-01 02:42

    If your application includes functionality that would respond to a menu button, the menu button will be added to the black bottom bar.

    If you are having trouble seeing this in the emulator, you can do a bit of a workaround by setting it to a tablet resolution (I use 1280x800) and observing your menu button behavior there, as it should be the same as on the phone version.

提交回复
热议问题