Fixed
Status Update
Comments
ma...@google.com <ma...@google.com> #2
jo...@google.com <jo...@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.
pr...@google.com <pr...@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).
Description
1.2.1
Jetpack Compose component(s) used:
BottomSheetScaffold
Android Studio Build:
Android Studio Dolphin | 2021.3.1 RC 1
Kotlin version:
1.6.10
Steps to Reproduce or Code Sample to Reproduce:
When the keyboard opens or closes, there is an animation of shaking.
Sample code here:
Video in attach