2

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

Roberto
  • 21
  • 1
  • 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
  • 1
    Hello, 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

1 Answers1

-2

You can use Blurry library to achieve blur effect. It works perfect, but has minor bugs with activity state recreation (please check out issues)

BekaBot
  • 480
  • 1
  • 7
  • 19