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
Since the migration to Material 3 (#1193), toolbars no longer have elevation.
In order to support the spec ("On scroll, apply a container fill color to separate app bar from body content", https://m3.material.io/components/top-app-bar/overview), we need to wrap MaterialToolbar with AppBarLayout.
The text was updated successfully, but these errors were encountered:
mtotschnig
changed the title
Repair toolbar elevation
Implement Material 3 Toolbar behaviour
Jun 30, 2024
Since the migration to Material 3 (#1193), toolbars no longer have elevation.
In order to support the spec ("On scroll, apply a container fill color to separate app bar from body content", https://m3.material.io/components/top-app-bar/overview), we need to wrap MaterialToolbar with AppBarLayout.
The text was updated successfully, but these errors were encountered: