material-components-android-codelabs
material-components-android-codelabs copied to clipboard
MDC-103 colors and attributes naming not corresponds to https://material.io/develop/android/theming/color/
Describe the bug MDC-103 colors and attributes naming not corresponds to https://material.io/develop/android/theming/color/
To Reproduce Steps to reproduce the behavior:
- Open step 3 of the codelab
- You see color names as colorPromary, colorAccent when theming guide uses colorPrimary, colorPrimaryVariant, etc...
Expected behavior Use the same naming pattern as in https://material.io/develop/android/theming/color/
Screenshots Not needed.
Codelab details (please complete the following information about the codelab):
- MDC-103
- Kotlin
- https://codelabs.developers.google.com/codelabs/mdc-103-java/#2
Additional context Nope.