6 Commits

Author SHA1 Message Date
afohrman
c24c67db25 [FloatingToolbar] Added materialThemeOverlays to automatically set orientation and the proper icon button style on floating toolbar children.
These new materialThemeOverlays allow the FloatingToolbar style variants to elegantly handle configuration of its children, by automatically setting the orientation of the .Horizontal style variants' children to horizontal and the orientation of the .Vertical variants' children to vertical, and setting the appropriate icon button style for each floating toolbar variant, as determined by the parent style.

Also added vibrant icon button styles so that they can be set from the new theme overlays, so that the proper button styling is set on both checkable and non-checkable buttons on both vibrant and non-vibrant variants.

Reconfigured the catalog demo to remove android:orientation from the children since it's no longer necessary.

PiperOrigin-RevId: 699262068
2024-12-02 19:39:01 +00:00
afohrman
6635bbe519 [FloatingToolbar] Fixed catalog formatting
PiperOrigin-RevId: 696355650
2024-11-21 17:23:40 +00:00
afohrman
699302a823 [FloatingToolbar] Integrated tokens for floating toolbar and add new styles for the horizontal, vertical and vibrant style variations.
PiperOrigin-RevId: 696175995
2024-11-21 17:16:01 +00:00
afohrman
c0231d7d60 [FloatingToolbar] Add motion for horizontal and vertical configurations of the floating toolbar.
PiperOrigin-RevId: 695232457
2024-11-11 13:28:44 -08:00
afohrman
655dba1a48 [FloatingToolbar] Added vertical floating toolbar configuration.
PiperOrigin-RevId: 694362191
2024-11-11 13:27:11 -08:00
afohrman
72e61c948a [FloatingToolbar] Added new Floating Toolbar component with package and updated catalog demo.
PiperOrigin-RevId: 693561861
2024-11-11 10:13:42 -08:00