Status Update
Comments
se...@google.com <se...@google.com>
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.
ap...@google.com <ap...@google.com> #5
ap...@google.com <ap...@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).
ap...@google.com <ap...@google.com> #7
Branch: androidx-main
commit 689dcf6365ae412fbd1c7bc7280fb10b30496bdd
Author: Sean McQuillan <seanmcq@google.com>
Date: Mon May 01 15:34:45 2023
Add perf notes to Text composable body
Each line is micro-optimized, document rationale.
Bug:
Test: n/a is comemnt
Change-Id: I357cd8c8256c86896b61ae1e5058986936930989
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/Text.kt
ap...@google.com <ap...@google.com> #8
Branch: androidx-main
commit db9de4e9b8f0c2e8b0c6ad695140ddfe5b8216b0
Author: Sean McQuillan <seanmcq@google.com>
Date: Tue Apr 25 15:25:25 2023
Apply merged text style optimization to wear
Bug:
Test: n/a
Change-Id: I747d9056af14622d049ca5f31ba27f4e262bb3da
M wear/compose/compose-material-core/src/commonMain/kotlin/androidx/wear/compose/materialcore/Text.kt
se...@google.com <se...@google.com>
pr...@google.com <pr...@google.com> #9
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.tv:tv-material:1.0.0-alpha07
Description
Explore performance options in LazyList usage.
Add subtickets for optimization options.