mirror of
https://github.com/material-components/material-components-android.git
synced 2026-01-21 04:22:42 +08:00
enableEdgeToEdge no longer takes effect on API 35 and above where edge-to-edge is now enforced. Use paddingLeft|Right|BottomSystemWindowInsets to automatically inset dialog content. Resolves https://github.com/material-components/material-components-android/issues/4749 Resolves https://github.com/material-components/material-components-android/issues/4732 Resolves https://github.com/material-components/material-components-android/issues/4367 PiperOrigin-RevId: 754982643