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
  • 14,892
  • 32
  • 111
  • 215

1 Answers1

0

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

Community
  • 1
  • 1
Kai
  • 14,898
  • 6
  • 49
  • 81