美文网首页
DialogFragment 背景灰

DialogFragment 背景灰

作者: 钰大人 | 来源:发表于2018-09-30 16:07 被阅读0次

    onCreateView

    getActivity().getWindow().addFlags(WindowManager.LayoutParams.FLAG_DIM_BEHIND); // 背景变暗.
    

    onDestroyView

    getActivity().getWindow().clearFlags(WindowManager.LayoutParams.FLAG_DIM_BEHIND);//清除标记
    

    其它Window参数说明

    @ https://www.jianshu.com/p/c5c3ef2b1b03


    相关文章

      网友评论

          本文标题:DialogFragment 背景灰

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