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.
我对 android 应用程序的图形设计有疑问。在此链接上,您可以使用 SherlockActionBar 在我的应用程序中看到我的 ActionBar。但我想要这个链接上的东西。我在哪里可以学习如何做类似的事情,或者我可以在哪里编辑我的 ActionBar。
我建议不要为此使用 SherlockActionBar。我已经尝试过了,它看起来很混乱而且难以实施。
2013 年 5 月,Google 为这种使用片段的抽屉布局发布了一个新的支持库。它很容易实现,并且有很多例子展示了如何实现。
我现在看到在您提供的链接上,他们正在使用我提到的支持库。但是,我建议你看一下支持库,特别是 v7,它可以让你在以前的 android 版本中使用 Action Bar,而不是依赖像 ABS 这样的 3rd-party 软件包。