nguyenvp08

Results 3 comments of nguyenvp08
trafficstars

hi @Dimezis, I used the code setup as below : ```activity?.window?.decorView?.background?.let { windowBg -> viewBinding.blurView.setupWith(viewBinding.layoutRoot as ViewGroup) .setFrameClearDrawable(windowBg) .setBlurAlgorithm(RenderScriptBlur(it)) .setBlurRadius(1.0F) .setBlurAutoUpdate(true) .setHasFixedTransformationMatrix(false) } ``` This setup code will be call...

> Do you have some animation running on those ImageViews when the image is loaded? I don't use any animation when loading images, but there is a place holder image,...

Hi @wysaid, can you help to provide these library cause i'm not confident at pick up the library, maybe something wrong happen (wrong version ?), I think it's easy for...