如何编辑标题栏?
我需要将标题栏设置为橙色而不是标准灰色,但我不知道如何编辑它的设置。我还需要对齐文本,使其位于标题栏的右侧而不是左侧。关于如何做到这一点有什么想法吗?
I need to get my title bar to be orange instead of the standard gray and I can't figure out how to edit it's settings. I also need to align the text so its on the right side of the title bar instead of the left. Any ideas on how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Android:自定义标题栏
Android: Custom Title Bar
要为标题栏提供所需的颜色(橙色),请在 oncreate 中使用以下代码,
或创建自定义标题栏并在整个应用程序中使用它。如果您创建自定义标题栏,您可以进行各种修改。
例如。
To give the title bar your desired color(orange), use the following code in your oncreate,
or create a custom title bar and use it throughout the application. U can do all kinds of modifications if you create your custom title bar.
eg.