mirror of
https://github.com/material-components/material-components-android.git
synced 2026-02-20 08:39:55 +08:00
* Music player controls expands to take the place of the title area by updating constraints to tie both view groups to the bottom of the album art. * Fixed container transform activity scrolling bug caused by window.setSharedElementsUseOverlay. Removed this as it has no effect on the demo. * Fixed shared axis fragment end layout not animating by setting the end fragments transition name on the root scroll view instead of the scroll view's inner layout * Added insets to shared axis controls to be visible above the navigation bar when in edge-to-edge mode Resolves https://github.com/material-components/material-components-android/issues/3247 PiperOrigin-RevId: 511764274