Assigned
Status Update
Comments
ch...@google.com <ch...@google.com> #2
kr...@gmail.com <kr...@gmail.com> #3
Thanks for the report!
kr...@gmail.com <kr...@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.
jo...@gmail.com <jo...@gmail.com> #5
deleted
kr...@gmail.com <kr...@gmail.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
The font is white when displaying a Toast from an Activity/Fragment:
This is the code I used to display both Toasts:
Toast.makeText(mContext, "Lorem Ipsum", Toast.LENGTH_LONG).show();
Version used: WearOS 2.38 and 3.5
Devices/Android versions reproduced on: Ticwatch Pro 3 and WearOS 3 emulator (Android 11)