check this library https://github.com/wasabeef/Blurry
you have to do this,
Blurry.with(context)
.radius(10)
.sampling(8)
.color(Color.argb(66, 255, 255, 0))
.async()
.onto(parentView);
solved I want to set my layout background as my profile image .. how to do this like this app called vero does [closed]