如何将图标放在操作栏选项卡的左侧
我正在使用 ActionBar.Tab,它们始终出现在屏幕左侧。我想将活动图标放在选项卡的左侧,但它始终显示在选项卡的右侧。我怎样才能将他们的位置移动到我想要的位置?
I am using the ActionBar.Tab, and they always appear at the left of screen. I want to put the activity icon to the left of tabs, but it always appear at the right of tabs. How can I move their position to where I want?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这对我来说就像一个梦想:
在活动中我有这个:
my_action_bar.xml:
here is what works for me like a dream:
in the Activity I have this:
my_action_bar.xml:
//使用您的自定义 xml 视图在左侧显示您的图标
//use your custom xml view to show your icon at left
如果您在活动中,则在您的
onCreate()
方法上on your
onCreate()
method if you are on the activity