Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • 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