Status Update
Comments
pi...@outlook.com <pi...@outlook.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.
se...@google.com <se...@google.com>
se...@google.com <se...@google.com>
ap...@google.com <ap...@google.com> #5
se...@google.com <se...@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).
na...@google.com <na...@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.1.0-alpha08
Description
Jetpack Compose component used: Modal Bottom Sheet/Material 3
Android Studio Build: Giraffe 2022.3.1 Canary 3 / #AI-223.7571.182.2231.9532861
Kotlin version: 1.8.10
Steps to Reproduce or Code Sample to Reproduce:
1. Create a Jetpack compose app
2. Add material 3 dependency
3. Create a modal bottom sheet with 5 items
4. See output
As attached in the screenshots, the new modal bottom sheet bugs when using 5 items. All of those buttons are a ListItem.