popupWindow.setBackgroundDrawable(new ColorDrawable(Color.TRANSPARENT));// 设置背景图片,不能在布局中设置,要通过代码来设
popupWindow.setOutsideTouchable(true);
popupWindow.setBackgroundDrawable(new ColorDrawable(Color.TRANSPARENT));// 设置背景图片,不能在布局中设置,要通过代码来设
popupWindow.setOutsideTouchable(true);