-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
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
楼主,发现问题:侧滑关闭后,toolbar位置会有灰色方块 闪烁一下 #39
Comments
那是你的你的Activity关闭动画加上statusbar的背景吧。改一下动画或将statusbar改为可绘 |
楼主下面这段是框架activity的主题,关闭activity并没有设置动画,是找错地方了么?谢谢 </style>`
|
|
我也遇到过style定义的动画无效的情况。你的情况应该就是关闭动画的问题。你能自己分析下吗,顺便求结果。 |
楼主,这个问题原因没找到。 |
你这个问题应该和作者说的问题一样,这个是因为这个库插入的layout不包含StatusBar那一块区域,所以当你滑动结束后由于activity切换动画的原因导致StatusBar区域因为动画而位移,所以产生了闪烁的现象,为了解决这个问题,你需要自己去除系统的StatusBar自己重画一个,可以利用StatusBarUtil解决。 |
|
SwipeBackHelper.getCurrentPage(this).setSwipeBackEnable(isSwipeBackEnable()).setSwipeRelateEnable(true).setSwipeEdge(DeviceUtils.dp2px(80))
|
great ,this method is solved my question |
如题
The text was updated successfully, but these errors were encountered: