ErrLookup › gyf-dev/ImmersionBar
gyf-dev/ImmersionBar
android 4.4以上沉浸式状态栏和沉浸式导航栏管理,适配横竖屏切换、刘海屏、软键盘弹出等问题,可以修改状态栏字体颜色和导航栏图标颜色,以及不可修改字体颜色手机的适配,适用于Activity、Fragment、DialogFragment、Dialog,PopupWindow,一句代码轻松实现,以及对bar的其他设置,详见README。简书请参考:http://www.jianshu.com/p/2a884e211a62 · Java · 42 source files
Analyzed at 8cac10cd83 on 2026-09-08. 7 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Fragment请实现SimpleImmersionOwner接口 | exception | error | android, fragment, interface-contract, argument-validation |
| Fragment must be attached to an Activity. | exception | error | android, fragment, lifecycle, argument-validation |
| message (variable, e.g. "activity is null", "fragment is… | exception | error | android, null-check, lifecycle, npe |
| View参数不能为空 | exception | error | android, null-check, view, argument-validation |
| Owner must be attached to a Window. | exception | error | android, window, lifecycle, argument-validation |
| Fragment请实现ImmersionOwner接口 | exception | error | android, fragment, interface-contract, argument-validation |
| tag不能为空 | exception | error | android, null-check, argument-validation, empty-string |