Android 3.0 操作栏上的蜂窝搜索视图
如何在蜂窝的操作栏上有一个“搜索项”?如果可能,请提供完整的代码和布局。
How to have a 'search item' on the action bar for honeycomb? If possible please provide full code with layout.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您的意思是将搜索小部件添加到操作栏?
它是如何完成的:
这当然放置在 res/menu 文件夹中。
您可以将其添加到操作栏,就像添加任何其他菜单一样。
这一切都取自这里: http://developer.android.com/guide/topics/ui /actionbar.html#ActionView
I'm assuming you mean adding the search widget to the actionbar?
Here's how it's done:
This is of course placed in the res/menu folder.
You add this to your actionbar just like any adding any other menu.
This was all taken from here: http://developer.android.com/guide/topics/ui/actionbar.html#ActionView