I have a main activity where users can change (via preferences) the background colour to their favourite colour. My problem is that I can not change the background colour o
Dialogue background colour
dialog.getWindow().setBackgroundDrawableResource(R.color.glassblack);
really worked fine for me.