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
A
HorizontalFloatingToolbar
has a fixed height, and aVerticalFloatingToolbar
has a fixed width. Consider making these usedefaultMinSize
instead.If you place text inside the content of a toolbar, it won't be able to scale properly with system font size. Also, the hardcoded size means that the
contentPadding
parameter isn't very useful. Intuition would say that additionalcontentPadding
would make the toolbar larger because it gets added to the size of the toolbar's children. But in reality, extracontentPadding
just makes the children smaller because the size is fixed and the padding steals layout space from the children.