Closed Tesvia closed 8 years ago
Is it possible to change the background color of the dialog? How is it possible?
from version 1.1.0 you can use getDialogViewLayout() or getDialogBaseLayout()
Example : colorPicker.getDialogViewLayout().setBackgroundColor(Color.RED);
Is it possible to change the background color of the dialog? How is it possible?