blurkit-android icon indicating copy to clipboard operation
blurkit-android copied to clipboard

The missing Android blurring library. Fast blur-behind layout that parallels iOS.

Results 36 blurkit-android issues
Sort by recently updated
recently updated
newest added

I want to show BlurLayout when the video is playing, but videoView and SurfaceView is not suppported. I see you said it support SurfaceView, please how to use. And I...

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....

Fix blur problem when using Hilt annotation @AndroidEntryPoint in Fragment

BlurLayout.java ```java mAlpha = a.getDimension(R.styleable.BlurLayout_blk_alpha, DEFAULT_ALPHA); ``` ```xml ```

because when in Fragment,the code ``` try { activity = (Activity) getContext(); } catch (ClassCastException e) { return null; } ``` will cause ClassCastException and return null

I get crash when try to create blurView dynamically. Look at the code - this contructor is useless. Just replace `super` with `this` and it will work without crash. `...

How to use in fragment?

We got crash report from our users, Only from system version is android 8 , android 9 and android 10. Error message likes below: Fatal Exception: java.lang.IllegalArgumentException: Software rendering doesn't...