将菜单项放置在 Honeycomb 中 ActionBar 的左侧
我想将一些菜单项放置在 Honycomb 的 ActionBar 左侧,但没有找到说明如何执行此操作的文档。看起来应该是可能的,因为“联系人”应用程序已在导航栏的左侧进行搜索。知道如何将菜单项设置到左侧吗?
I want to position some menu items to the left of Honycomb's ActionBar, but have found no documentation showing how to do this. It looks like it should be possible since the Contacts app has search to the immediate left of the navigation bar. Any idea as to how to set menu items to the left side?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
ActionBar 支持应用程序图标和常规 ActionBar 图标之间的自定义布局。例子:
The ActionBar has support for a custom layout between the application icon and the regular ActionBar icons. Example:
这对我来说就像梦想一样:在活动中我有这个:
my_action_bar.xml:
here is what works for me like a dream: in the Activity I have this:
my_action_bar.xml: