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
Before you start, please check existing proposals athttps://issuetracker.google.com/issues?q=hotlistid:3426315%20status:open
Description:
In the Material 3 design system, there are 7 core shapes that are defined to customize your UI. However, when setting up the
MaterialTheme
in Compose, only 5 of those shapes are available to modify.None
andFull
are not available to modify. Why is this?Use Case:
Consider I want to change the shape of the active indicator for the
NavigationBarItem
component. This is currently impossible because 1.) I cannot specify a custom shape for theFull
shape, and neitherNavigationBar
norNavigationBarItem
allow me to specify a custom shape.