We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SpanStyle
buildAnnotatedString { append("one") withStyle(SpanStyle(textStyle = Underline)) { append("two") append(buildAnnotatedString { withStyle(SpanStyle(textStyle = Italic)) { append("three") } }) } append("four") }
This is also a problem in Compose UI with its TextDecoration (e.g., underline + strikethrough).
TextDecoration
The text was updated successfully, but these errors were encountered:
With more advanced underlines coming in #628, we probably need to change this design anyway.
Sorry, something went wrong.
Upstream bug: https://issuetracker.google.com/issues/397701274, not that we're blocked by it
No branches or pull requests
This is also a problem in Compose UI with its
TextDecoration
(e.g., underline + strikethrough).The text was updated successfully, but these errors were encountered: