Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 815efc4dea3c65634090fd272b5bf9d9cf68d70b
Author: Matvei Malkov <malkov@google.com>
Date: Tue Aug 04 13:35:42 2020
Drawer API polish
Added few paramerets for better customization, refactored samples to make them copyable
Change-Id: I236555ff68b57685c4709ba24a6464e7fba0c10a
Relnote: modifier, backgroundColor, contentColor and scrimColor customization params has been added to Drawers
Fixes: 161804378
Test: should pass
M ui/ui-material/api/current.txt
M ui/ui-material/api/public_plus_experimental_current.txt
M ui/ui-material/api/restricted_current.txt
M ui/ui-material/samples/src/main/java/androidx/compose/material/samples/DrawerSamples.kt
M ui/ui-material/src/androidAndroidTest/kotlin/androidx/compose/material/DrawerTest.kt
M ui/ui-material/src/commonMain/kotlin/androidx/compose/material/Drawer.kt
M ui/ui-material/src/commonMain/kotlin/androidx/compose/material/Scaffold.kt
https://android-review.googlesource.com/1385874
Branch: androidx-master-dev
commit 815efc4dea3c65634090fd272b5bf9d9cf68d70b
Author: Matvei Malkov <malkov@google.com>
Date: Tue Aug 04 13:35:42 2020
Drawer API polish
Added few paramerets for better customization, refactored samples to make them copyable
Change-Id: I236555ff68b57685c4709ba24a6464e7fba0c10a
Relnote: modifier, backgroundColor, contentColor and scrimColor customization params has been added to Drawers
Fixes: 161804378
Test: should pass
M ui/ui-material/api/current.txt
M ui/ui-material/api/public_plus_experimental_current.txt
M ui/ui-material/api/restricted_current.txt
M ui/ui-material/samples/src/main/java/androidx/compose/material/samples/DrawerSamples.kt
M ui/ui-material/src/androidAndroidTest/kotlin/androidx/compose/material/DrawerTest.kt
M ui/ui-material/src/commonMain/kotlin/androidx/compose/material/Drawer.kt
M ui/ui-material/src/commonMain/kotlin/androidx/compose/material/Scaffold.kt
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit 781cd8a6d5a6c8eb82061672aaca8dd668317e9b
Author: Max Alfonso-Ying <maxying@google.com>
Date: Mon Nov 14 19:04:31 2022
Fix disabled colors for navigation bar/rail.
Fixes: b/258867034
Test: new screenshot tests
Relnote: Added disabled colors for navigation bar and rail.
Change-Id: Ia78923757cb5c72813789a09f4fabb9a64c615af
A compose/material3/material3/api/current.ignore
M compose/material3/material3/api/current.txt
M compose/material3/material3/api/public_plus_experimental_current.txt
A compose/material3/material3/api/restricted_current.ignore
M compose/material3/material3/api/restricted_current.txt
M compose/material3/material3/src/androidAndroidTest/kotlin/androidx/compose/material3/NavigationBarScreenshotTest.kt
M compose/material3/material3/src/androidAndroidTest/kotlin/androidx/compose/material3/NavigationRailScreenshotTest.kt
M compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/NavigationBar.kt
M compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/NavigationRail.kt
https://android-review.googlesource.com/2302185
Branch: androidx-main
commit 781cd8a6d5a6c8eb82061672aaca8dd668317e9b
Author: Max Alfonso-Ying <maxying@google.com>
Date: Mon Nov 14 19:04:31 2022
Fix disabled colors for navigation bar/rail.
Fixes:
Test: new screenshot tests
Relnote: Added disabled colors for navigation bar and rail.
Change-Id: Ia78923757cb5c72813789a09f4fabb9a64c615af
A compose/material3/material3/api/current.ignore
M compose/material3/material3/api/current.txt
M compose/material3/material3/api/public_plus_experimental_current.txt
A compose/material3/material3/api/restricted_current.ignore
M compose/material3/material3/api/restricted_current.txt
M compose/material3/material3/src/androidAndroidTest/kotlin/androidx/compose/material3/NavigationBarScreenshotTest.kt
M compose/material3/material3/src/androidAndroidTest/kotlin/androidx/compose/material3/NavigationRailScreenshotTest.kt
M compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/NavigationBar.kt
M compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/NavigationRail.kt
ju...@google.com <ju...@google.com> #4
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.material3:material3:1.1.0-alpha03
Description
Jetpack Compose component used: androidx.compose.material3:material3:1.1.0-alpha01
Android Studio Build: Dolphin
Kotlin version:
The source code documentation for the material3 component NavigationBarItem() says that if not enabled "it will appear visually disabled". However, the code selects the icon and label colour using the "selected" parameter not the "enabled" parameter.