You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Items in the Floating Toolbar are getting cut off when the screen cannot accommodate the entire Toolbar.
Expected Behavior:
The Floating Toolbar should automatically enable scrolling in both horizontal directions to ensure all icons are accessible. This scrolling capability should be integrated into the Floating Toolbar, and it should include fading effects on both ends to indicate more content is available. Manually adding a horizontal scroll (Hscroll) view does not work properly because scrolling conflicts with the centered aspect that the ToolBar has both vertically and horizontally, thus making it not possible to scroll through all of them. It would also be much easier to have the functionality built into the component.
Steps to Reproduce:
Implement a Floating Toolbar with several items.
Display the Floating Toolbar on a device with a screen size that cannot fully accommodate the toolbar's width.
Observe that items get cut off instead of being scrollable or otherwise accessible.
Android API Version: 35
Material Library Version: 1.13.0-alpha08
Device: Samsung Galaxy S23
The text was updated successfully, but these errors were encountered:
Description: Items in the Floating Toolbar are getting cut off when the screen cannot accommodate the entire Toolbar.
Expected Behavior:
The Floating Toolbar should automatically enable scrolling in both horizontal directions to ensure all icons are accessible. This scrolling capability should be integrated into the Floating Toolbar, and it should include fading effects on both ends to indicate more content is available. Manually adding a horizontal scroll (Hscroll) view does not work properly because scrolling conflicts with the centered aspect that the ToolBar has both vertically and horizontally, thus making it not possible to scroll through all of them. It would also be much easier to have the functionality built into the component.
Steps to Reproduce:
Android API Version: 35
Material Library Version: 1.13.0-alpha08
Device: Samsung Galaxy S23
The text was updated successfully, but these errors were encountered: