DatePicker having a background

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

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

\"White

4条回答
  •  面向向阳花
    2021-02-20 06:16

    Try with this

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

    add this line above "return dialog".

提交回复
热议问题