android/codelab-android-compose

BasicLayoutsCodelab does not use Material 3

matej-marjanovic opened this issue · 1 comments

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.

It was updated recently, see #371