-
Notifications
You must be signed in to change notification settings - Fork 311
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
BlurKit doesn't blur the whole width of screen #70
Comments
call blurLayout.startBlur(); blurLayout.lockView(); in onStart function will solve your problem. |
It works only if the screen is not scrollable. |
I fixed this calling an invalidate right after my image is loaded (i'm using a dynamic image retrieved by Picasso) and it working well to me |
I'm also having this same issue in a coordinatorlayout. The middle right of the screen is not blurred |
This will pause the blur after 300ms and it should blur the whole width of the screen
|
Blurkit doesn't blur the whole width of screen in constraint layout.
the last portion of the screen on the right is not blurred.And changing the blur radius doesn't affect it.
Here is a screenshot:
The text was updated successfully, but these errors were encountered: