对话框不会出现在牛轧糖!有解决方案吗?

时间:2017-03-19 17:53:01

标签: android android-7.0-nougat android-7.1-nougat

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

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();

我的日志

enter image description here 它不会出现在android nougat 7.0

  

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

是否有人有解决方案来解决这个问题?

提前非常感谢你。

0 个答案:

没有答案