设置 DialogFragment 的背景颜色透明

Android 开发中,可否设置 DialogFragment 的背景颜色? 系统默认的过于深了,很是不友好。 解决方案: 1.在DialogFragment的onCreateView里面设置,能够将对话框内部的背景设为透明 getDialog().getWindow().setBackgroundDrawable(newColorDrawable(Color.TRANSPARENT)); 2.在
相关文章
相关标签/搜索