Closed bewareOfCats closed 1 year ago
Hello @bewareOfCats,
Thank you for reaching out and sharing your concern. From the moment you reported the problem, the contents of codelab, as well as the starter and main branches of the code have been updated. So please check out the updated versions. Following the steps in the codelab, you should have the following code:
In case you still face an issue, please feel free to open a new ticket.
Happy Android learning!
Hello all.
URL of codelab https://developer.android.com/codelabs/basic-android-kotlin-compose-material-theming?hl=fr&continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-3-pathway-3%3Fhl%3Dfr%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-material-theming#7
In which task and step of the codelab can this issue be found?
It appear in Task 8 "Adding Top Bar"
When adding Scaffold(topBar = {WoofTopBar()}) {...} in WoofApp()
Describe the problem
@Composable fun WoofApp2() { Scaffold( topBar = { WoofTopBar()} ) { paddingValues ->
}
Versions Android Studio version: API version of the emulator: