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:
What version of Android Studio are you using? Android Studio 4.2.1
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>[...]
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
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