如何在 HoneyComb Android 中将 ActionBar 的下拉导航向右对齐?
我是 Android 开发新手。
我有 spinnerAdapter 并将其传递给 Actionbar 的下拉导航器。 但它在 ActionBar 的左侧显示下拉列表。
我想在 ActionBar 的右侧显示该列表。
提前致谢。
I am new to Android development.
I have spinnerAdapter and I passed it to Dropdown navigator of Actionbar.
But It shows Dropdown list on left side of ActionBar.
I want to show that List on Right side of ActionBar.
Thanks in Advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以通过仅在操作栏上添加自定义视图并在该自定义视图中添加按钮等(可能是相对布局)来将操作栏项目向左或向右对齐,并且您可以在此自定义视图内对齐项目
谢谢
You could align action bar item on left or right by only adding custom view on action bar and add buttons etc in that customview (may be a relative layout )and you can align item inside this customview
Thank
我认为这是不可能的,或者如果是的话,我不相信有一个涉及内置导航器的解决方案。
这是不久前我正在从事的项目调查过的事情,我们得出的结论是,左边是它应该驻留的地方。
I don't think that this is possible, or if it is I don't believe there's a solution which involves the built in navigator.
This was something that was investigated a while back for the project that I'm working on and we came to the conclusion that on the left is where it is meant to reside.