Android Menu Button on 4.0 Devices

后端 未结 2 1359
误落风尘
误落风尘 2021-01-19 17:16

If my target SDK is set to 11 and I am using Theme.Holo.NoActionBar, is there any way to get my menu to appear? I am using Theme.Holo for larger screens such as tablets, but

相关标签:
2条回答
  • 2021-01-19 17:36

    Note that the three dots (aka 'overflow') will not show up at the bottom if you set targetSdkVersion >= 14.

    0 讨论(0)
  • 2021-01-19 17:51

    There is a soft Options Menu button which appears on a 4.0 device, see the attached screenshot. Three Vertical dots on the bottom right corner represent the Options Menu. They only appear if your app has an options menu.

    !screenshot of weather app running on Galaxy Nexus

    0 讨论(0)
提交回复
热议问题