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

sdlDialogStyle attrs #98

Closed gregriggins36 closed 9 years ago

gregriggins36 commented 9 years ago

Hi,

It seems like sdlDialogStyle is not defined anymore as an attribute. How would you customize for example the title color ?

Thanks.

davidvavra commented 9 years ago

Hi, according to Material Design Specification, items like the title color should not be changed. Some items like the button color are set to colorAccent. Why do you need different title color?

gregriggins36 commented 9 years ago

Hi,

I was just wondering what is the way now to customize the theme of the Dialogs. If it's all taken from the colorAccent (colorPrimary and colorPrimaryDark) that's fine. Thanks.

On Wed, Feb 4, 2015 at 3:44 AM, David Vavra notifications@github.com wrote:

Hi, according to Material Design Specification http://www.google.com/design/spec/components/dialogs.html, items like the title color should not be changed. Some items like the button color are set to colorAccent. Why do you need different title color?

— Reply to this email directly or view it on GitHub https://github.com/avast/android-styled-dialogs/issues/98#issuecomment-72810444 .

davidvavra commented 9 years ago

Yes it's taken from the main theme, no library-specific attributes.