material-components / material-components-android-codelabs

Codelabs for Material Components for Android (MDC-Android)
Apache License 2.0
220 stars 160 forks source link

Wrong description of note tips in MDC-101 Android: Material Components (MDC) Basics (Kotlin) #71

Open ChronoHaxx opened 3 years ago

ChronoHaxx commented 3 years ago

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:

  1. Go to https://codelabs.developers.google.com/codelabs/mdc-101-kotlin#1
  2. Scroll down to 'Run the starter app' part
  3. 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. image image

Codelab details (please complete the following information about the codelab):

Additional context Bolded word in Expected behavior part is the correction needed.