Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
ap...@google.com <ap...@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.
Description
AndroidX has increased the global
minSdk
to 19, which means the Fragment library can useandroid.os.CancellationSignal
instead ofandroidx.core.os.CancellationSignal
.This might be difficult, though, because there is an internal API surface shared between Fragment and Transition library that uses the compat class.