美文网首页
DialogFragment 透明背景

DialogFragment 透明背景

作者: 肚子糖 | 来源:发表于2017-02-16 11:52 被阅读0次

    DialogFragment 设置透明背景:

    Window window = dialog.getWindow();
    window.setBackgroundDrawableResource(android.R.color.transparent);
    

    相关文章

      网友评论

          本文标题:DialogFragment 透明背景

          本文链接:https://www.haomeiwen.com/subject/omocwttx.html