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
Starting a new empty Android project using compose will use Material 3 by default.
The BasicLayoutsCodelab is still designed around the previous version of Material.
For example, it seems that Material 3 does not have "BottomNavigation" but it has "NavigationBar".
It is surprising to go through the codelab and not being able to apply it on a default project without reverting the default to what I understand is the previous version of the material library.
The text was updated successfully, but these errors were encountered:
Starting a new empty Android project using compose will use Material 3 by default.
The BasicLayoutsCodelab is still designed around the previous version of Material.
For example, it seems that Material 3 does not have "BottomNavigation" but it has "NavigationBar".
It is surprising to go through the codelab and not being able to apply it on a default project without reverting the default to what I understand is the previous version of the material library.
The text was updated successfully, but these errors were encountered: