Status Update
Comments
a3...@heb.com <a3...@heb.com> #2
ma...@google.com <ma...@google.com> #3
Thanks for the report!
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.
eq...@gmail.com <eq...@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).
se...@google.com <se...@google.com> #7
Working on a bugfix release for 1.1, we will update here when that is landed.
se...@google.com <se...@google.com>
ag...@league.com <ag...@league.com> #8
aa...@gmail.com <aa...@gmail.com> #9
se...@google.com <se...@google.com> #10
No updates yet but we are pushing to increase the priority of bottom sheet edge to edge fixes
Description
androidx.compose.material3 = 1.1.0-alpha08 Jetpack Compose component used: ModalBottomSheet Android Studio Build: Android Studio Electric Eel | 2022.1.1 Patch 2 Kotlin version: 1.8.10
Steps to Reproduce or Code Sample to Reproduce: