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

Make it possible to style the dialog with a custom theme. #127

Closed cermakcz closed 8 years ago

cermakcz commented 8 years ago

Also uses the ?sdlPressedColor attribute for the pressed states instead of the hardcoded colors. This makes *_dark.xml drawables useless, so they were deleted.

The custom theme was used for the "Custom dialog" in the Demo app.

davidvavra commented 8 years ago

Nice Firefly reference in the demo dialog :) Otherwise fine, merging.

cermakcz commented 8 years ago

I was just respecting the given theme :)