Android: Change custom AlertDialog background

后端 未结 3 572
清酒与你
清酒与你 2021-01-07 00:13

dialog layout xml:




        
3条回答
  •  南笙
    南笙 (楼主)
    2021-01-07 01:14

    Hey setting your view to builder creates this gray lines on top-bottom,instead you can setView to your dialog.like dialog.setView(layout,0,0,0,0);It will bound your layout to whole dialog.

提交回复
热议问题