mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
This change applies the safe area to the examples for Floating Button and Masked Transition so that they appear correct on notched displays in landscape. Closes #3702 Closes #3714 Floating Buttons Before:  Floating Buttons After:  Masked Transition Before:  Masked Transition After:  Additionally, I noticed in the Masked Transition example that the left/right fabs were swapped in their position so I fixed this. I also applied the safe area to the fullscreen transition example.