GreenDroid库,在ActionBar中设置可绘制标题

发布于 2024-11-24 14:44:18 字数 321 浏览 0 评论 0 原文

关于GreenDroid库https://github.com/cyrilmottier/GreenDroid

  1. 我想设置一个徽标作为操作栏中的标题。我尝试了几种方法但没有结果。我应该如何继续?

  2. 当创建 GDApplication 文件并设置为 getHomeActivity 我的主要活动类时,在该活动中我的正常 ActionBar 标题消失了,为什么以及如何将其恢复?

Regarding GreenDroid library https://github.com/cyrilmottier/GreenDroid:

  1. I want to set a logo as title in the Action Bar. I've tried a couple of methods but with no result. How should I proceed?

  2. When creating a GDApplication file, and set as getHomeActivity my main activity class, inside that activity my normal ActionBar title disappears, why and how could I bring it back ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

柏林苍穹下 2024-12-01 14:44:19

我这样解决了我的问题:我对 ActionBar 使用了 setType 方法,并将其设置为 ActionBar.Type.Empty ,然后只调用 setTitle code> 设置自定义标题的方法。

I solved my problems like this: I used the setType method for the ActionBar and I set it to ActionBar.Type.Empty and then only call the setTitle method for setting a custom title.

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