DatePicker having a background

前端 未结 4 2057
执笔经年
执笔经年 2021-02-20 06:15

the problem is that my date picker having an ugly White background behind the date picker

\"White

4条回答
  •  猫巷女王i
    2021-02-20 06:16

    dialog.getWindow().setBackgroundDrawable(new ColorDrawable(Color.TRANSPARENT));
    

    use with DatePickerDialog

提交回复
热议问题