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

Other
649 stars 2.63k forks source link

Android Fundamentals codelab: #294

Closed mathorin closed 1 year ago

mathorin commented 3 years ago

Describe the problem Directions indicate to connect to the left side of the button, when it should say the right side of the indicated button. (Included graphic in the lesson demonstrates correctly, but the verbiage is incorrect.)

In which lesson and step of the codelab can this issue be found? 1.7 Use a baseline constraint (Android fundamentals 01.2 Part B: The layout editor)

How to reproduce? View section 1.7, The incorrect paragraph is: "1.7 Use a baseline constraint You can align one UI element that contains text, such as a TextView or Button, with another UI element that contains text. A baseline constraint lets you constrain the elements so that the text baselines match.

Constrain the button_toast Button to the top and left side of the layout, drag the button_count Button to a space near the button_toast Button, and constrain the button_count Button to the left side of the button_toast Button, as shown in the animated figure:"

The very last sentence should be changed to ..."drag the button_count Button to a space near the button_toast Button, and constrain the left side of the button_count Button to the right side of the button_toast Button, as shown in the animated figure:"

(bold styling indicates changes to the text and should not be included in the revision)

Additional information The gif that is in the lesson is perfect and helps clarify as it is.

codelab: android-fundamentals