I am trying to achieve a transparent background with a blurry effect on it. I managed to made the activity transparent but no luck with the blur. Could you help me to figure this out? I attached an image with contains what I would like to achieve(that blurry background below settings app).Thank you.Example
Asked
Active
Viewed 979 times
2
-
Check this question - https://stackoverflow.com/questions/14780006/transparent-blurry-view-which-blurs-layout-underneath – Yonfu Oct 19 '18 at 13:44
-
Possible duplicate of [Transparent blurry view which blurs layout underneath](https://stackoverflow.com/questions/14780006/transparent-blurry-view-which-blurs-layout-underneath) – Mosius Oct 19 '18 at 13:57
-
1Hello, that topic didn't solve my problem. I am not trying to blur an image, I am trying to blur the whole screen including status bar and navbar as you can see in the picture I attached. When I am opening the second activity from the main activity I want to see all that is in main activity blurred out. – Roberto Oct 20 '18 at 09:30