Fixed
Status Update
Comments
al...@google.com <al...@google.com> #2
ak...@google.com <ak...@google.com>
ch...@google.com <ch...@google.com> #3
Thanks for the report!
ch...@google.com <ch...@google.com>
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.
ju...@google.com <ju...@google.com> #5
deleted
Description
There is currently no method in
ContextCompat
for retrieving the display associated with aContext
in a backward compatible manner.