500px-android-blur
500px-android-blur copied to clipboard
Android Blurring View
is it because render script was deprecated?
E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.user.designsample, PID: 19998 java.lang.StackOverflowError: stack size 8MB at android.graphics.Canvas.drawOval(Canvas.java:1155) at android.graphics.Canvas.drawOval(Canvas.java:1147) at android.graphics.drawable.GradientDrawable.draw(GradientDrawable.java:615) at android.view.View.drawBackground(View.java:16376) at android.view.View.draw(View.java:16175) at com.fivehundredpx.android.blur.BlurringView.onDraw(BlurringView.java:65) at android.view.View.draw(View.java:16184) at com.fivehundredpx.android.blur.BlurringView.onDraw(BlurringView.java:65) at android.view.View.draw(View.java:16184)...
First, thanks for this great library! I'm using your BlurringView to blur a full screen image in my app, but I'm getting artifacts at the edge of the screen where...
https://stackoverflow.com/questions/59376376/how-i-can-use-blur-with-webview
I had my app crash when i enabled proguard/ r8 in my recent build, so i did an extensive research about the crash and found out the missing proguard rule....
I'm facing a weird behavior on blur with Android 9, the blurAmount is set to 1 and type light, on emulators this works properly, on Android 9 physical device the...
hi, i user the bluring_view on the imageview, first time open the layout, the blurview show white[no half transparent]; the second time open the layout, it show normal [half transparent]...
java.lang.StackOverflowError: stack size 8MB at android.graphics.Bitmap.eraseColor(Bitmap.java:1660) at com.wm.motor.ui.widget.BlurringView.onDraw(BlurringView.java:64) at android.view.View.draw(View.java:17476) at android.view.View.draw(View.java:17388) at android.view.ViewGroup.drawChild(ViewGroup.java:3921) at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3711) at android.view.View.draw(View.java:17479) at com.wm.motor.ui.widget.BlurringView.onDraw(BlurringView.java:67) at android.view.View.draw(View.java:17476) at android.view.View.draw(View.java:17388) at android.view.ViewGroup.drawChild(ViewGroup.java:3921) at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3711) at android.view.View.draw(View.java:17479)...
I tried this library and it's looking promising, but it doesn't work with ArcGIS maps, which I would like to blur. Could you have a look and/or give advise? I...