没有菜单按钮如何使用选项菜单?
在我的应用程序中,我有选项菜单,它与手机上的菜单按钮一起运行,我的问题是,如果我的手机没有按钮,它是如何工作的?
in my application I have option menu it run with menu button on phone my question is, if my phone has no button how it is work ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好的。这是交易*(考虑到您知道如何创建选项菜单)*。有时,通知用户该方法中隐藏了一些选项可能会成为一个问题。因此,您可以使用应用程序中使用的任何按钮或图像或任何小部件来打开选项菜单。这是其工作原理的示例,
调用方法
openOptionsMenu()
我相信会解决您的问题。OK. Here is the deal*(Considering you know how to create options menu)*. Sometimes this might become a problem to notify the user that there is some options hidden in the method. So simply you can use any buttons or images or any widgets you have used in your app to open up your options menu. Here is a sample of how it works,
Calling the method,
openOptionsMenu()
I believe will solve your problem.您的手机有责任以某种方式启用菜单。 (最流行的)方法之一是使用屏幕上的软按钮。
不管怎样,这都是手机制造商的责任,你可以不用担心它。
It's responsibility of your phone to enable the menu somehow. One of the (most popular) ways of doing it is using on-screen soft buttons.
Either ways, thats the responsibility of the phone manufacturer, you can leave it out of your things-to-worry-about.