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

useLightTheme() for forcing light theme on individual dialogs #114

Closed laszlo-major closed 9 years ago

laszlo-major commented 9 years ago

I implemented useLightTheme() builder method in an identical way as useDarkTheme is, and reused darkTheme variable for the purpose. Setting it to false explicitly is for clarity.

Also updated the project to newest SDK/appcompat.

davidvavra commented 9 years ago

Your code is good.

But Travis build failed, you also need to update travis.yml file.

laszlo-major commented 9 years ago

Sorry, had no experience with Travis, so overlooked that. Seems fine now.