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

Task 3: Creating animations with MotionLayout

Opened this issue · 0 comments

Typo in the codelab.
Step 1: Explore the existing code

<androidx.constraintlayout.widget.ConstraintLayout
...
android:layout_width="match_parent"
android:layout_height="match_parent"
>

<ImageView
android:id="@+id/red_star"
...
/>

</androidx.constraintlayout.motion.widget.MotionLayout>