标签:
WindowManager.LayoutParams lp = getWindow().getAttributes(); lp.alpha = 0.5f; //0.0-1.0 getWindow().setAttributes(lp);
添加这一句就好了。
popwindow设置背景半透明
原文地址:http://www.cnblogs.com/yaxiaoke/p/5451879.html