操作栏,如 Google 文档和 picassa 工具应用程序中的操作栏
我在一些前蜂窝应用程序中看到某种操作栏。例如在 Google 文档和 picassa 工具应用程序中。一些非谷歌应用程序也有相同的操作栏。例如推特。这个酒吧看起来很相似。有一些控件或小部件吗?
I see some kind of action bars in some pre-honeycomb apps. For example in Google docs and picassa tool apps. Some non-google apps have the same action bar too. For example twitter. This bars looks similar. Is there some control or widget?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
操作栏重复使用选项菜单中的项目,并在 3.0 SDK 中引入。您可以按照此处的说明在您的应用中启用它。
对于“pre-honeycombe”应用程序,您仍然需要根据 3.0 SDK 进行构建;将清单中的 targetSdkVersion 值增加到“11”,并将 minSdkVersion 设置为您支持的最低 Android 版本。例如:
The Action Bar re-uses items from the Options menu and was introduced in the 3.0 SDK. You enable it in your app by following the instructions here.
For a "pre-honeycombe" app you will still need to build against the 3.0 SDK; increase the targetSdkVersion value in your manifest to "11" and set the minSdkVersion to the lowest Android version you are supporting. For example: