pockethub / PocketHub

PocketHub Android App
Apache License 2.0
9.39k stars 3.46k forks source link

Use the SpannableStringBuilder DSL from Android KTX #1201

Closed veyndan closed 6 years ago

veyndan commented 6 years ago

The SpannableStringBuilder DSL is much easier to understand compared to the current implementation where we use StyledText. I think adding an extra dependency is OK as there are many other extension functions defined in Android KTX that can be useful, and the library is ultimately very small.