MDC-103: Wrong app bar color in Android 10
marcelpinto opened this issue · 0 comments
marcelpinto commented
Describe the bug
The color of the AppBar is grey but in the tutorial is shown as purple
To Reproduce
Steps to reproduce the behavior:
- Clone the repo for MDC-103 branch
- Run the code
- Pass the login screen
- See grey color in AppBar
Expected behavior
The color should be purple as the tutorial shows
Codelab details (please complete the following information about the codelab):
- Level MDC-103
- Language Kotlin
- https://codelabs.developers.google.com/codelabs/mdc-103-kotlin/#1
Additional context
The colorPrimary is the one having the purple but it should be the colorAccent, as later this is the one that is indicated that needs to be changed.