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
ImmersionBar.setTitleBar(this, common_toolbar)这种方法自定义的透明状态栏,(目的是:透明titleBar下层设置RealtimeBlurView实现毛玻璃效果),侧滑返回过程中,titlebar和statusBar都为白,效果特别不好。我尝试在activity生命周期中onResume方法中动态的改变titleBar的颜色避免这种情况,但是效果很是不好。 目前思路是:在滑动返回结束的回调中,获取当前任务栈中最新的activity,然后改变他的titleBar的颜色,但是这个方法调用之后override fun onSwipeBackLayoutExecuted() {mSwipeBackHelper?.swipeBackward(),当前ac还是在栈顶,还在想办法中。大佬看有什么办法不?非常感谢~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ImmersionBar.setTitleBar(this, common_toolbar)这种方法自定义的透明状态栏,(目的是:透明titleBar下层设置RealtimeBlurView实现毛玻璃效果),侧滑返回过程中,titlebar和statusBar都为白,效果特别不好。我尝试在activity生命周期中onResume方法中动态的改变titleBar的颜色避免这种情况,但是效果很是不好。
目前思路是:在滑动返回结束的回调中,获取当前任务栈中最新的activity,然后改变他的titleBar的颜色,但是这个方法调用之后override fun onSwipeBackLayoutExecuted() {mSwipeBackHelper?.swipeBackward(),当前ac还是在栈顶,还在想办法中。大佬看有什么办法不?非常感谢~
The text was updated successfully, but these errors were encountered: