Step 7, in the fader method, the line animator.disableViewDuringAnimation(fade) should be replaced by animator.disableViewDuringAnimation(fadeButton)
Step 8, in the colorizer method, the line animator.disableViewDuringAnimation(bgColor) should be replaced by animator.disableViewDuringAnimation(colorizeButton)
Step 7, in the
fader
method, the lineanimator.disableViewDuringAnimation(fade)
should be replaced byanimator.disableViewDuringAnimation(fadeButton)
Step 8, in the
colorizer
method, the lineanimator.disableViewDuringAnimation(bgColor)
should be replaced byanimator.disableViewDuringAnimation(colorizeButton)