Status Update
Comments
so...@google.com <so...@google.com> #2
ap...@google.com <ap...@google.com> #3
Thanks for the report!
sk...@gmail.com <sk...@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.
sk...@gmail.com <sk...@gmail.com> #5
so...@google.com <so...@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).
so...@google.com <so...@google.com> #7
Scrolling behaviour is already a part of the lower-level text fields.
We've also exposed the TextFieldColors object into material text fields so changing colors of different parts of the text field should be easier now.
For prefix/suffix support
va...@qvik.fi <va...@qvik.fi> #8
Hi,
Alternatively, since the label parameter has become optional, you can leave it null and have your own label placed on top (depending on the animation of that label in your design).
I would rather use the default label for accessibility reasons, instead of making my own. I cannot see a way to make
[Text]
[TextField]
to be announced like a TextField with a label.
Description
I'd like to create own branded TextField.
Properties I need to change:
Attaching a visual what would be nice be able to achieve.