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.

May this helps you
Maintain Height and Width by yourself
Example:-