I need to blur activity background when i swipe from Right to Left and Left to Right. I have read about Blur or dim background when Android PopupWindow active and dim background with FLAG_DIM_BEHIND
. but can't use this because this use to dim everything behind current window. in my case there are no other windows. in my app, do some changes on same activity with swipe gesture.
How can i do this ?