Android Dialog - Rounded Corners and Transparency

后端 未结 11 549
日久生厌
日久生厌 2020-12-09 16:12

I\'m trying to make a custom android dialog with rounded corners. My current attempts have given me this result.

\"

11条回答
  •  心在旅途
    2020-12-09 16:41

    just try using this, this worked for me

    dialog.getWindow().setBackgroundDrawableResource(android.R.color.transparent);
    

提交回复
热议问题