avast / android-styled-dialogs

Backport of Material dialogs with easy-to-use API based on DialogFragment
Apache License 2.0
2.15k stars 450 forks source link

Dialog Background Color #65

Closed Gaudon closed 10 years ago

Gaudon commented 10 years ago

Is there a way to change the background color of the dialog generated by the builder without relying on the inherited parent themes of the application?

davidvavra commented 10 years ago

You can only change the background using theme like this:

<item name="dialogBackground">@drawable/dialog_background</item>