Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在操作栏的中心水平设置文本,我想像下图一样放置按钮。
如何在操作栏的中心水平设置文本?
我可以更改操作栏的图标而不是我的吗?
为操作栏使用您自己的 XML 布局。使用您想要的任何布局将文本设置在中心。
在你的oncreate方法中:
oncreate
getSupportActionBar().setDisplayOptions(ActionBar.DISPLAY_SHOW_CUSTOM); getSupportActionBar().setCustomView(R.layout.your_layout);