//create layoutinflator try {
LayoutInflater inflator = LayoutInflater.from(this);
//create view
fi
To dismiss the popup window just add the following line of code
popupWindow.setBackgroundDrawable(new ColorDrawable());
It worked for me and i am sure this is what you want.