I want to blur image like this and I need to set it to the RelativeLayout
and it should create blur image like this image given below :
I used blurry
library from github and it does all my work using this code but I can set it to Imageview
only not to RelativeLayout
.
Blurry.with(context).capture(view).into(imageView);
So, please give me the solution.
Whoever want more blurry effect, please check the following class I have used. Note the for loop -> more time you loop more you get blurred. (For above question ImageView can be use inside RelativeLayout)
Using this with picasso:
Hope this will help you.