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

On API 28 after calling `startBlur()` I noticed in the debug console lots of messages about: `W/System: A resource failed to call destroy. ` These messages keep showing even after...

blk_alpha Can't convert value at index 0 to dimension: type=0x4

I cannot find a way to control the strength of blur. What does the _blk_blurRadius_ do? When changing it's value the output is same.

Not sure if this change is welcomed. Let me know what you think anyways. - with the Lifecycle provided by the LifecycleOwner we can remove boilerplate calls to startBlur() and...

When adding to gradle, I am getting > Manifest merger failed : uses-sdk:minSdkVersion 19 cannot be smaller than version 21 declared in library [io.alterac.blurkit:blurkit:1.1.0] C:\Users\Lenovo\.gradle\caches\transforms-2\files-2.1\88f728b8eb4a716869953bdefdd45c9b\AndroidManifest.xml as the library might be...

我在Dialog中使用!背景效果不对,看图片 I use it in Dialog! The background is not right. Look at the picture.

How to make him use it on Dialog, like this: ![142254a22930xaqh4hwj2x](https://user-images.githubusercontent.com/13428030/58762800-0f480200-8586-11e9-9c92-d56135beb9c5.jpg) Blur dialog instead of background

Strictmode is detecting leakage of strictmode while calling ```BlurKit.getInstance() .fastBlur(view, int, f)``` > java.lang.Throwable: Explicit termination method 'destroy' not called > at dalvik.system.CloseGuard.open(CloseGuard.java:223) > at android.renderscript.Allocation.(Allocation.java:421) > at android.renderscript.Allocation.(Allocation.java:425) >...