maxkeppeler / sheets

⭐ ‎‎‎‏‏‎ ‎Offers a range of beautiful sheets (dialogs & bottom sheets) for quick use in your project. Includes many ways to customize sheets.
https://maxkeppeler.github.io/sheets/
Apache License 2.0
923 stars 77 forks source link

Make contentText type in InfoSheet to be Charsequence #98

Closed alphashaw closed 2 years ago

alphashaw commented 3 years ago

contentText variable in InfoSheet.kt should be made a CharSequence to allow more possibilities like SpannableString

https://github.com/maxkeppeler/sheets/blob/1adfb353c439e560f68040307202fb8828fbe6bd/info/src/main/java/com/maxkeppeler/sheets/info/InfoSheet.kt#L46