Fixed
Status Update
Comments
ch...@google.com <ch...@google.com> #2
Fixed in
Added itemColors
function to NavigationSuiteDefaults so developers can do like so:
val itemColors = NavigationSuiteDefaults.itemColors(/* change only what they want to change*/)
NavigationSuiteScaffold(
navigationSuiteItems = {
item(
...
colors = itemColors
)
},
){...}
ap...@google.com <ap...@google.com> #3
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.material3:material3-adaptive-navigation-suite:1.0.0-alpha06
androidx.compose.material3:material3-adaptive-navigation-suite-android:1.0.0-alpha06
androidx.compose.material3:material3-adaptive-navigation-suite-desktop:1.0.0-alpha06
Description
Since we're in alpha still, could we shorten the represented naming?
PerformanceMetricsState.Holder
)