What I am trying to do: I am trying to make a custom dialog in android With rounded corners.
What is happening: I am able to make c
simplest way is to use from
CardView and its card:cardCornerRadius
And when you are creating your Dialog
dialog.getWindow().setBackgroundDrawable(new ColorDrawable(Color.TRANSPARENT));