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
Android11,虚拟导航栏 在3.2.2版本中 activity隐藏导航栏后通过 getWindow().setBackgroundDrawable(new ColorDrawable(color)) 设置背景颜色后 手动上滑手机底部显示虚拟导航栏,导航栏取消隐藏并将布局往上顶,会出现虚拟导航栏部分背景黑色与设置颜色不同 Android11在3.0.0版本中无此问题 Android12在3.2.2版本中也无此问题
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Android11,虚拟导航栏
在3.2.2版本中
activity隐藏导航栏后通过
getWindow().setBackgroundDrawable(new ColorDrawable(color))
设置背景颜色后
手动上滑手机底部显示虚拟导航栏,导航栏取消隐藏并将布局往上顶,会出现虚拟导航栏部分背景黑色与设置颜色不同
Android11在3.0.0版本中无此问题
Android12在3.2.2版本中也无此问题
The text was updated successfully, but these errors were encountered: