Status Update
Comments
an...@gmail.com <an...@gmail.com> #3
Thanks for the report!
se...@google.com <se...@google.com>
ap...@google.com <ap...@google.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.
br...@gmail.com <br...@gmail.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).
ju...@google.com <ju...@google.com> #7
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.material3:material3:1.2.0-alpha02
androidx.compose.material3:material3-android:1.2.0-alpha02
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.compose.material3:material3:1.1.1
Description
Issue with material3:1.1.0-alpha08
Please check the attached gif.
Note that there is also an issue when you set
setDecorFitsSystemWindows
tofalse
, please see comment below in the code. If you do, the screen will get frozen. I believe that happens because an invisible overlay remains on the screen.