I have an activity which is shown in a dialog:
In order to remove border and rounded corners, i tr
Without creating a custom background drawable and adding a special style just add one line to your code:
dialog.getWindow().setBackgroundDrawableResource(android.R.color.transparent);