Fixed
Status Update
Comments
sg...@google.com <sg...@google.com>
sg...@google.com <sg...@google.com> #2
Hey,
same api error/question here.
We would like to try out experimental feature as well.
same api error/question here.
We would like to try out experimental feature as well.
na...@google.com <na...@google.com> #3
We need it too... Did anyone find how we can get it ? Blocked with "Field based partitioning support is not yet available for this project" API error...
ap...@google.com <ap...@google.com> #4
We are waiting on a few approvals to start alpha for this feature shortly.
Please watch this bug for more updates.
Please watch this bug for more updates.
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