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

Customize message text #70

Closed majster88 closed 10 years ago

majster88 commented 10 years ago

How can i customize message text of dialog (for example gravity, text size etc.)?

davidvavra commented 10 years ago

You can only do that when you use a custom view. The goal of this library is to match Holo-styled dialogs everywhere and allow to change colors.