如何在 HoneyComb Android 中将 ActionBar 的下拉导航向右对齐?

发布于 2024-11-27 05:53:22 字数 145 浏览 0 评论 0原文

我是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

感受沵的脚步 2024-12-04 05:53:22

您可以通过仅在操作栏上添加自定义视图并在该自定义视图中添加按钮等(可能是相对布局)来将操作栏项目向左或向右对齐,并且您可以在此自定义视图内对齐项目

谢谢

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

疧_╮線 2024-12-04 05:53:22

我认为这是不可能的,或者如果是的话,我不相信有一个涉及内置导航器的解决方案。

这是不久前我正在从事的项目调查过的事情,我们得出的结论是,左边是它应该驻留的地方。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文