android - Android 2.3.6 上的操作栏

标签 android android-actionbar

有人要求我考虑让现有应用程序在运行 Andrdoid 2.3.6(API 10?)的 Android 手机上运行。

该应用目前使用的是 ICS ActionBar,是否有任何方法可以使用 API 10 执行此操作? 我认为即使是 ActionBar Sherlock 也不会下降到那个 API 级别。

最佳答案

I dont think even ActionBar Sherlock goes down to that API level.

不,ABS 支持从 Android 2.0 (API 5) 开始的所有内容。

关于android - Android 2.3.6 上的操作栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16629133/

相关文章:

android - 返回 fragment 后 ListView 为空

设置 OnClickListener 时,Android ListView 不突出显示

Android:RTL ActionBar 菜单项

Android 构建错误 : Program type already present: android. support.v7.app.**

android - 调整(调整大小)ICS 手机/平板电脑上的复制/粘贴操作栏上下文菜单

android - 如何在 Android UIAutomator -e 命令行参数中发送带空格的文本

android - 方法 initLoader(int, Bundle, LoaderManager.LoaderCallbacks<D>) 一直给我不适用的错误

android - 在没有下载管理器或第三方库的情况下在连接不良时加载文件

android - 使用 SherlockActivity 在 SherlockFragments 中设置 setSupportProgressBarInminated

android - 从 fragment 内部访问Toolbar/ActionBar对象