Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
Jetpack Compose version:
composeBom = "2024.11.00"
Material Library Version (M2, M3 or Both?): Material3
Material Compose component used:
HorizontalUncontainedCarousel
ComposableCurrently, Material3 Guidelines , it should also be supported to let each item snap to the center horizontally.
HorizontalUncontainedCarousel
only allows snapping of the items to the left edge of the screen. According to theIt would be very handy if we could pass in a
CarouselAlignment
as a parameter.