google-developer-training / advanced-android-kotlin-animation-property-animation

Other
12 stars 93 forks source link

Advanced Android in Kotlin: Property Animation 3.1 [Step #][description] #2

Closed AliAkberAakash closed 4 years ago

AliAkberAakash commented 4 years ago

Describe the problem A typing mistake. Variable name called wrong. It should be fadeButton instead of fade.

In which lesson and step of the codelab can this issue be found? Lesson 03.1 + step 7

How to reproduce? just copy and paste the code of this codelab.

Versions

  1. What version of Android Studio are you using? 28
  2. What API level are you targeting? 28

codelab: advanced-android-kotlin

chethaase commented 4 years ago

Thanks, that's a bug from a recent refactor where I made the code names better but neglected to update the codelab in the right places. (There are actually a few related naming issues that I found while looking at this). Updating soon.

chethaase commented 4 years ago

Should be fixed now (reload the codelab)