1

我的对话框看起来像这样。

d = new Dialog(context);
d.requestWindowFeature(Window.FEATURE_NO_TITLE);
d.getWindow().setBackgroundDrawableResource(android.R.color.transparent);
d.setContentView(R.layout.layout_new);
 // Extra Initializations
d.show();

我的日志

在此处输入图像描述 它不会出现在 android nougat 7.0 上

屏幕变暗(通常像在对话框后面)单击黑色空白区域关闭对话框(不可见)

有没有人有解决这个问题的方法?

非常感谢你。

4

0 回答 0