Dima Saviuk
Dima Saviuk
> Do you have a specific reason for not adding the data binding? Well, if data binding is not used in the project, why force it? It would affect build...
Is it planned to implement the support of `clipToPadding`?
Weird stuff. Can't really answer why it's happening off the top of my head. > Calling setupWith() creates the controller and its state however it seem to be fairly heavy....
So in case you need a quick fix, you can fork the library and change `1` in [this line](https://github.com/Dimezis/BlurView/blob/676ecab899f9b299c4b89a207b71b8afa616aa0a/library/src/main/java/eightbitlab/com/blurview/PreDrawBlurController.java#L139) to the scale factor you're using. The problem is that I...
Please attach a sample project or code with your XML layout
Post a link to the repository or paste a relevant code here. Repository is preferable
Could you please check if [this PR](https://github.com/Dimezis/BlurView/pull/187) fixes your problem?
I have the same issue. Works fine with `-noverify` tho
@kibotu, I don't know what @KevinLeighCrain is talking about, but you can add `testOptions` inside the `android` in gradle: ``` testOptions { unitTests.all { jvmArgs '-noverify' } } ```
@KevinLeighCrain That's not true for my case for sure. It just crashes on CreditCard object creation and that's it, even if I remove the rest of the code.