我们可以在 android 3.0 honeycomb 中将编辑文本作为菜单项吗
我们可以在菜单中添加一个编辑文本框并显示在操作栏中吗 如果可以的话,我们如何获得此编辑文本的点击事件?
Can we have an edit text box inside our menu which gets displayed in the action bar
and if we can then how can we get click events on this edit text ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我找到了解决方案。是这样完成的(仅适用于android 3.0 honeycomb)
将编辑文本放置在操作栏中
用于放置物品
在菜单 xml
定义编辑文本和 菜单项中使用此标签search_bar 布局中的按钮。
现在,为了吸引听众,请这样做 -
在
onCreateOptionsMenu()
中,然后为这些项目放置侦听器。它会工作得很好
I found the solution. It is done like this (only for android 3.0 honeycomb)
Placing an edit text in action bar
for placing the items
use this TAG in your item in the menu xml
define edit text & button in the search_bar layout.
Now for getting listeners on them do it like this -
in
onCreateOptionsMenu()
and then place listeners for these items. It will work fine
您可以将搜索栏添加到操作栏,但不能将其作为菜单项...您所说的“作为菜单项”是什么意思?
You can add a search bar to the action bar but not as a menu item... what do you even meen with "as a menu item"?
我还没有尝试过,但是你能从代码中使用actionlayout吗?这样你就可以使用这种方式获取文本框:
我在工作,所以我无法进行一些研究,所以这只是猜测......
I havent tried it but are you able to use actionlayout from code? in that way you could use get the Text box this way:
Im at work so I can't make some research so this is just speculations...