google-developer-training/advanced-android-kotlin-motionlayout

Small Typo in "4. Task: Animating based on drag events'

Opened this issue · 1 comments

The first point says Left start connect to start+top of parent, margin 32dp
I think it should say Left *star* connected to start+top of parent, margin 32dp

Sorry to report such a small typo, but it will make it less confusing since start and star are used a lot and it is easy to get confused.

Screenshot 2020-02-14 at 10 56 20

Also in a few lines below that:

In addition, since the alpha property is set on @id/right_start and @id/left_star in both ConstraintSets, both views will fade in as the animation progresses.

@id/right_start should be @id/right_star