1

I've published an update to my Android app, and the customers are complaining that the soft menu button (...) does not appear anymore. The app goes a long way back, it has a menu. For tablet screens on Android 3+, I apply the Holo theme and the menu appears as an action bar; but on phones, the action bar is not really an option because of space constraints.

I was happy with the soft menu key that Android would provide, except it went away and I can't figure out why. The changes that could affect this since the last release were:

  • Increased the target SDK from 14 to 17
  • Updated the Android dev tools

Reverting the target SDK back to 14 by itself does not help - I've got one complaining customer to install a private build and check. Reverting the dev tools back is hardly an option.

Please, what's the party line on the option menu these days?

4

1 回答 1

0

除了它消失了,我不知道为什么

你摆脱了操作栏。溢出提示出现在操作栏中,然后仅出现在缺少屏幕外 MENU 键的设备上。

...可以在这篇旧的 Android 开发人员博客文章中找到对此的更长解释,以及一些在系统栏中提供功能的遗留场景。

请问,这些天选项菜单上的派对路线是什么?

如果您不使用操作栏,请滚动您自己的“菜单”结构。

于 2013-07-20T16:37:34.183 回答