我想制作一个弹出菜单,允许在android上选择不同的选项
我有一个显示一些医疗信息的位图,并且希望有一个选项可以从位图底部调出一个菜单,该菜单允许选择不同的诊断,其中一些在子菜单中。
我曾认为使用滑动绘图可能是一个很好的简单想法,但我认为必须有更好的方法来做到这一点。我必须能够单击选项,以便将数据保存到文件中。
除了使用滑动绘图和按钮之外的任何建议将不胜感激。
谢谢。
I have a bitmap displaying some medical information and want to have an option to bring up a menu from the bottom of the bitmap which allows choosing different diagnostics, some within sub menus.
I had thought that possibly using a sliding draw would be a good simple idea for this but I think there must be a better way to do this. I must be able to have the options clickable so that the data can be saved to a file.
Any suggestions other than using a sliding draw and buttons would be much appreciated.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 android 的选项菜单。可以为每个活动进行设置。
在活动中使用代码
并在资源文件夹的菜单文件夹中添加menu.xml文件
Use the options menu of android. It can be set for each activity.
in the activity use the code
And add a menu.xml file in the menu folder of the resources folder