lgvalle / Material-Animations

Android Transition animations explanation with examples.
MIT License
13.52k stars 2.47k forks source link

Fix getColor() #18

Closed Nivl closed 9 years ago

Nivl commented 9 years ago

getColor() has moved to ContextCompat in API 23. Not using it will cause a crash.

lgvalle commented 9 years ago

Thanks for the contribution. I'm happy to merge this change. Is RevealActivity the only class needed to be fixed?

Nivl commented 9 years ago

Yup, seems like the other classes already use ContextCompat.