Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save le0nidas/071fd87afb0eef3226a0b799fb7ebbe7 to your computer and use it in GitHub Desktop.
Save le0nidas/071fd87afb0eef3226a0b799fb7ebbe7 to your computer and use it in GitHub Desktop.
textView.text = buildSpannedString {
inSpans(TextAppearanceSpan(context, R.style.AcmeText)) {
append(context.getString(R.string.le0nidas_gr))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment