google-developer-training / android-fundamentals-apps-v2

Other
649 stars 2.63k forks source link

Android Kotlin Fundamentals codelab: 1.2b (Quick Typo/Clarification) #281

Closed dchisholm125 closed 1 year ago

dchisholm125 commented 3 years ago

Section 2 4 image

Describe the problem The final word/snippet in step 2.4 of the 01.2 Part B: The layout editor lesson for the Android fundamentals course has a slightly confusing typo or correction that could be clearer. I believe the final object being referred to in the text should be a 'View' object and not a 'TextView' object as it currently reads.

In which lesson and step of the codelab can this issue be found? 01.2 Part B: The layout editor - step 2.4

How to reproduce? It's just a spelling/syntax correction to make more sense to the reader, open the following page to see it:

"https://developer.android.com/codelabs/android-training-layout-editor-part-b?index=..%2F..%2Fandroid-training#4"

Versions

  1. What version of Android Studio are you using? Android Studio 4.2.1
  2. What API level are you targeting? None

Additional information None, just a typo to clarify to make it easier for the learner/user. The final code snippet currently looks like this (I believe this section refers to a 'View' object and not a 'TextView' object but feel free to clarify for yourself as I'm just a learner!):

[...] in the middle of the Text<code translate="no" dir="ltr">View</code>[...]

but I think it should read something like:

'[...] in the middle of the View[...]'

codelab: android-fundamentals