1

I have main activity with background image and with some buttons,editext and textviews. Now when I launch this activity I should have the background image with blur effect and all the controls visible.

I have done this way but result with no effect

getWindow().addFlags(WindowManager.LayoutParams.FLAG_BLUR_BEHIND);

As it is already deprectaed. Can anyone suggest me the best way to do this?

coder
  • 13,002
  • 31
  • 112
  • 214

1 Answers1

0

You can try these implementations for one that suits you the most:

Community
  • 1
  • 1
Kai
  • 15,284
  • 6
  • 51
  • 82