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

Android Kotlin Fundamentals codelab: Error using "left" instead of "start"

Arthur-Milchior opened this issue · 0 comments

Name of the Codelab or Codelab URL

Android Kotlin Fundamentals: 02.3 ConstraintLayout using the

part 7

The sentence

For horizontal chains, the head is the left-most view.

is wrong. It should be the view the most of the start side. Left for LTR and right otherwise.

codelab: android-kotlin-fundamentals