
ActionBarSherlock
JakeWharton
[DEPRECATED] Action bar implementation which uses the native action bar on Android 4.0+ and a custom implementation on pre-4.0 through a single API and theme.
AI 简介
ActionBarSherlock 是一个已停止维护的 Android 兼容库,用于在 Android 2.x 至 4.0+ 系统上统一提供 ActionBar 组件。它通过单一 API 自动适配:在 Android 4.0+ 上使用原生 ActionBar,在早期版本(如 2.1+)中集成基于 Ice Cream Sandwich 源码的自定义实现,并支持主题化与 Fragment 集成。核心特点是零侵入式 API、向后兼容性强、无需条件编译。适用于需要在旧版 Android 设备上一致呈现 ActionBar 的原生应用开发场景,尤其适合维护遗留项目或需支持 Android 2.1–4.3 的中低版本市场。
Java
Apache License 2.07.1k
Stars
3.5k
Forks
1
Watchers
85
Issues
Star 增长
今日0
近 7 天0
近 30 天0
综合评分66
默认分支master