We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
api 35编译版本已移除navigationBarBackground、statusBarBackground,需要适配没有这两个View存在时的系统栏目判断与高度获取了
官方建议将View.setFitsSystemWindows(true),可以看一下还是有其他方案获取系统栏可见性与高度吗?
The text was updated successfully, but these errors were encountered:
Blankj
No branches or pull requests
描述需求
api 35编译版本已移除navigationBarBackground、statusBarBackground,需要适配没有这两个View存在时的系统栏目判断与高度获取了
可借鉴的
官方建议将View.setFitsSystemWindows(true),可以看一下还是有其他方案获取系统栏可见性与高度吗?
The text was updated successfully, but these errors were encountered: