Blankj/AndroidUtilCode

api 35编译版本已移除navigationBarBackground、statusBarBackground

Open

#1,826 opened on Dec 18, 2024

View on GitHub
 (0 comments) (0 reactions) (1 assignee)Java (10,654 forks)batch import
help wanted

Repository metrics

Stars
 (33,679 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

描述需求

api 35编译版本已移除navigationBarBackground、statusBarBackground,需要适配没有这两个View存在时的系统栏目判断与高度获取了

可借鉴的

官方建议将View.setFitsSystemWindows(true),可以看一下还是有其他方案获取系统栏可见性与高度吗?

Contributor guide