Google 音乐应用拆分操作栏

发布于 2024-12-18 08:13:44 字数 200 浏览 2 评论 0原文

新的 Google Music 应用程序看起来正在使用新的操作栏 API,底部有拆分操作栏项目。最酷的是,它也适用于我的 Nexus S Gingerbread 手机,该手机没有新的 ICS API。所以,我的问题当然是我怎样才能实现这一目标?

Google 音乐应用

The new Google Music app looks like it is using the new action bar API's with the split action bar items at the bottom. The cool thing is that it also works on my Nexus S Gingerbread phone, which doesn't have the new ICS API's. So, my question is of course how can I achieve that?

Google Music app

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

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

发布评论

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

评论(3

待"谢繁草 2024-12-25 08:13:44

音乐应用程序的操作栏是自定义实现,而不是向后移植。

The Music app's action bar is a custom implementation, not a backport.

旧伤慢歌 2024-12-25 08:13:44

他们可能正在使用一些从 ics 向后移植的内部/私人操作栏库。

搜索 Sherlock 操作栏库。即将发布的新版本 4.0 将允许您在旧的 Android 版本上使用 ics 操作栏 api。

They are probably using some in-house / private action bar lib backported from ics.

Search for Sherlock Action bar lib. The new version 4.0 which will be out soon will allow you to use ics action bar api on older android versions.

丶视觉 2024-12-25 08:13:44

您可以在底部添加自己的视图 - 线性布局,并将 ImageButtons 添加到此布局。

You can add your own view at the bottom -- Linear Layout and add ImageButtons to this layout.

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