可能重复:
Blur or dim background when Android PopupWindow active
我希望在我的活动中自定义弹出窗口时模糊或淡化屏幕。 我使用弹出窗口类制作了自定义弹出窗口。但弹出时显示 然后我的活动布局不会模糊或暗淡或褪色,所以请帮助我实现这一目标。 提前致谢
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);