Fixed
Status Update
Comments
co...@google.com <co...@google.com>
le...@google.com <le...@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
)
},
){...}
na...@google.com <na...@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
zi...@gmail.com <zi...@gmail.com> #4
اريدها بسعر اقل
Description
Right now, all parameters of the
NavigationSuiteItemColors
constructor are required, which requires passing each type if customizing them.