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
dialog.getWindow().setBackgroundDrawable(new ColorDrawable(Color.TRANSPARENT));
this works for me