I have a ListFragment (v4) and onClick of any row of the ListView I show a popup (using PopupWindow) which displays related information for that row...
Now I want to dim / blur the background when the popup is showing. Since the view is too complex I can't use DialogFragment. So Please don't suggest options related to that.
I have read this similar thread but can't understand how to use that for a ListFragment
How can I achieve that bluring effect ?
please help...