android custom dialog background

前端 未结 5 792
故里飘歌
故里飘歌 2021-01-05 05:45

I need to show a custom dialog in my Android application. Standard AlertDialog design is unacceptable. Android docs say:

Tip: If you want

5条回答
  •  自闭症患者
    2021-01-05 06:05

    i have used this as a style:

    
    
    

    it has also background transparent, setting the brackgroundDimEnabled parameter to false works for not showing the gray background that shows with the dialog in his back.

提交回复
热议问题