当android中的活动弹出显示时,如何模糊或淡入屏幕

时间:2012-10-18 05:55:54

标签: android android-intent

  

可能重复:
  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);

1 个答案:

答案 0 :(得分:2)

似乎与Blur or dim background when Android PopupWindow active重复。

我还建议你改用Dialog。