-
-
Notifications
You must be signed in to change notification settings - Fork 348
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
Wrong activity background blurring effect #178
Comments
Apparently, there's some weird bug with That means, that even if I fix the bug, the bottom BlurView won't be able to properly blur the bottom of this drawable. To fix this, you can either pass the |
@Dimezis I tried to apply using This lib https://github.com/mmin18/RealtimeBlurView using the same approach but it works properly, here is the POC luongvo/RealtimeBlurView@b87607a. The bad thing is https://github.com/mmin18/RealtimeBlurView does not support latest API RealtimeBlurView-poc.mp4I think even there are some issues, we should support |
Can you post a commit with this change? |
@Dimezis I think this logic could help https://github.com/mmin18/RealtimeBlurView/blob/master/library/src/com/github/mmin18/widget/RealtimeBlurView.java#L245-L261 🤔 |
Responded - #179 (comment) |
Please include:
version-2.0.0
android:windowBackground
attrXML layout and code for BlurView setup: Reproduce commit here luongvo@6835fd2
Stacktrace in case of a crash: None
Expected: set
android:background="@drawable/lines"
inactivity_main.xml
could produce an expected resultexpected.mp4
Actual: using
<item name="android:windowBackground">@drawable/lines</item>
in AppTheme and.setFrameClearDrawable(windowBackground)
set inMainActivity
does not work properly.actual.mp4
The text was updated successfully, but these errors were encountered: