Skip to content

Instantly share code, notes, and snippets.

@AidaIssayeva
Last active December 21, 2019 04:35
Show Gist options
  • Save AidaIssayeva/f102b542efd6715a3f02784c09fea765 to your computer and use it in GitHub Desktop.
Save AidaIssayeva/f102b542efd6715a3f02784c09fea765 to your computer and use it in GitHub Desktop.
fun SpannableStringBuilder.lineBreak() {
append("\n")
}
fun SpannableStringBuilder.space() {
append(" ")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment