Fixed
Status Update
Comments
sg...@google.com <sg...@google.com>
na...@google.com <na...@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.
Description
Jetpack Compose version: 1.3.1 Jetpack Compose component used: androidx.compose.material3.material3 (1.0.1) Android Studio Build: Giraffe | 2022.3.1 Canary 2 Kotlin version: 1.7.10
Stack trace (if applicable): n/a
In the current version of Material 3 library there's no easy way to manipulate parameters of displayed title in
LargeTopAppBar
. In my case I'd like to change the default value oftitleHorizontalArrangement = Arrangement.Start
but with current API it's not possible.Do you plan to add support for this? Maybe it'd make sense to create a similar object to
TopAppBarColors
but dedicated for title text?Thanks