DatePickerDialog 在public View onCreateView(LayoutInflater layoutInflater, ViewGroup parent, Bundle bundle)方法初始化时加入这一行: getDialog().getWindow().setBackgroundDrawable(new ColorDrawable(Color.TRANSPARENT)); TimePickerDialog同样如此