Wrong description of note tips in MDC-101 Android: Material Components (MDC) Basics (Kotlin)
ChronoHaxx opened this issue · 0 comments
Describe the bug
Wrong description of note tips in MDC-101 Android: Material Components (MDC) Basics (Kotlin). Probably due to UI changes in android studio, but because this is regarded as for beginner, I think it's important especially for self-taught developers.
To Reproduce
Steps to reproduce the behavior:
- Go to https://codelabs.developers.google.com/codelabs/mdc-101-kotlin#1
- Scroll down to 'Run the starter app' part
- Under 2nd Note (Green Box), the description for changing preview of .xml is inaccurate
Expected behavior
Note: If you see an application preview rather than an XML file when you open shr_main_activity.xml, switch from the "Design" tab to the "Code" tab in the top right of the panel. We will be working in the "Text" tab for the duration of this codelab.
Screenshots
If applicable, add screenshots to help explain your problem.
Codelab details (please complete the following information about the codelab):
- Level = MDC-101
- Language = Kotlin
- Link to the codelab at the step with the issue = https://codelabs.developers.google.com/codelabs/mdc-101-kotlin#1
Additional context
Bolded word in Expected behavior part is the correction needed.