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

Use CharSequence instead of String to support Spannables #105

Closed marianeum closed 9 years ago

marianeum commented 9 years ago

This will allow using Spans, StringBuilders etc when setting titles, messages, button texts and list items.

davidvavra commented 9 years ago

Thanks for your contribution! Do you use our library in Path or CityMapper? :-)

Your PR makes sense - we are already using CharSequence in the library core, why not use them in other dialogs.