添加如下代码
mPopupWindow.setBackgroundDrawable(new PaintDrawable());
//设置点击窗口外边窗口消失
mPopupWindow.setOutsideTouchable(false);
// 设置此参数获得焦点,否则无法点击
mPopupWindow.setFocusable(true);
mPopupWindow.setBackgroundDrawable(new PaintDrawable());
//设置点击窗口外边窗口消失
mPopupWindow.setOutsideTouchable(false);
// 设置此参数获得焦点,否则无法点击
mPopupWindow.setFocusable(true);