Possible Duplicate:
Blur or dim background when Android PopupWindow active
I want to blur or fade the screen when my custom pop up show in my activity. I have made custom popup by using popup window class. but when pop up show then my activity layout not blur or dim or fade so please help me to achieve this. Thanks in advance
LayoutInflater inflater = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE);
View layoutInflate = inflater.inflate(R.layout.custom_dialog_layout, relativeLayout);
PopupWindow tagPopupWindow tagPopupWindow = new PopupWindow(layoutInflate, width, LayoutParams.WRAP_CONTENT);