Skip to content

Instantly share code, notes, and snippets.

@le0nidas
Created January 16, 2022 11:14
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save le0nidas/a74d58ee9330b91551997c96c43a96a9 to your computer and use it in GitHub Desktop.
textView.text = buildSpannedString {
inSpans(FontAwareTextAppearanceSpan(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