Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BasicLayoutsCodelab does not use Material 3 #364

Closed
matej-marjanovic opened this issue May 20, 2023 · 1 comment
Closed

BasicLayoutsCodelab does not use Material 3 #364

matej-marjanovic opened this issue May 20, 2023 · 1 comment
Assignees

Comments

@matej-marjanovic
Copy link

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.

@JolandaVerhoef
Copy link
Contributor

It was updated recently, see #371

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@matej-marjanovic @JolandaVerhoef and others