Status Update
Comments
an...@google.com <an...@google.com>
po...@google.com <po...@google.com>
al...@google.com <al...@google.com>
ni...@google.com <ni...@google.com> #3
Thanks for the report!
xz...@gmail.com <xz...@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.
sg...@google.com <sg...@google.com>
ap...@google.com <ap...@google.com> #5
ap...@google.com <ap...@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).
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.material:material:1.5.0-beta01
androidx.compose.material3:material3:1.2.0-alpha02
androidx.compose.material3:material3-android:1.2.0-alpha02
Description
Versions information
Jetpack Compose release version: 1.0.0-beta04
Android Studio Build:
Description
The composable doesn't allow the caller to pass a which prevents us to set the default scroll position upon opening.
DropdownMenu
ScrollState
Also, passing a
Modifier
with averticalScroll
crashes the app with the following exception: