Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个代号为 1的 android 版本
我可以通过代号一中的代码显示命令菜单以用于 android 构建吗?
现在,我需要单击菜单选项来访问命令。是否有任何代码片段可以使命令出现在屏幕上(调用菜单)?
目前不支持,因为我们不支持显示本机命令菜单,并且命令菜单可能不存在(想想 Android 3.x 和更新版本上的 ActionBar)。
但是,显示“轻量级”菜单可能适用于某些情况。请注意,这是不受官方支持的,这绝不是建议这样做!
您可以调用Form.getMenuBar().showMenu(),这在模拟器中也很有效,但在实际设备上,您的设备外观/感觉可能会有所不同。
Form.getMenuBar().showMenu()