Status Update
Comments
ah...@gmail.com <ah...@gmail.com> #3
Thanks for the report!
ca...@gmail.com <ca...@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.
ke...@google.com <ke...@google.com>
ma...@google.com <ma...@google.com>
ha...@gmail.com <ha...@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).
ma...@google.com <ma...@google.com> #7
This will be part of our next alpha release in a few weeks. This thread will be updated when that happens.
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.3.0-alpha01
androidx.compose.material3:material3-android:1.3.0-alpha01
androidx.compose.material3:material3-desktop:1.3.0-alpha01
el...@gmail.com <el...@gmail.com> #9
What about a fix in non-material3 androidx.compose.material:material:1.6.8
? Exactly the same problem exists there. It seems this issue does not directly say that the problem is in material3 only.
Description
Jetpack Compose version: "1.5.0-beta02".
Jetpack Compose component used: DropdownMenu.
Android Studio Build: Android Studio Hedgehog | 2023.1.1 Canary 9.
Kotlin version: kotlinVersion = "1.8.10".
Steps to Reproduce or Code Sample to Reproduce:
For reference,