kristiyanP / colorpicker

A simple color picker library for Android
Apache License 2.0
193 stars 43 forks source link

Dialog Background #9

Closed Tesvia closed 8 years ago

Tesvia commented 8 years ago

Is it possible to change the background color of the dialog? How is it possible?

kristiyanP commented 8 years ago

from version 1.1.0 you can use getDialogViewLayout() or getDialogBaseLayout()

Example : colorPicker.getDialogViewLayout().setBackgroundColor(Color.RED);