Status Update
Comments
se...@google.com <se...@google.com> #3
Thanks for the report!
ju...@google.com <ju...@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.
ji...@airwallex.com <ji...@airwallex.com> #5
deleted
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
Description:
Would be nice to have the scrim reach to the very top of the window. It stays below the status bar and I don't see a way to change that.
Code:
Theme.kt
Change the status bar color
MainActivity.kt