Status Update
Comments
al...@google.com <al...@google.com>
pr...@google.com <pr...@google.com> #3
Thanks for the report!
an...@gmail.com <an...@gmail.com> #4
The release notes documentation has been edited to clarify this change in behavior for line height.
To support non-standard text sizes, we encourage users to follow the Material design system and use a different style = LocalTextStyle.current.copy(lineHeight = TextUnit.Unspecified)
, or create a custom Typography
entirely.
pr...@google.com <pr...@google.com> #5
pr...@google.com <pr...@google.com> #6
In my case, I have multiple font sizes in the same Text
(using SpanStyle
in AnnotatedString
). There are legitimate reasons for this. For example, when combining Chinese and English (phonetic) together (for language-learning purposes).
pr...@google.com <pr...@google.com> #7
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.coordinatorlayout:coordinatorlayout:1.3.0-alpha03
pr...@google.com <pr...@google.com> #8
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-beta01
Description
aosp/2852865 deprecated some methods and baseline suppressed the resulting warnings. We should remove those baselines and move to inline suppresion.