skydoves / TransformationLayout

🌠 Transform between two Views, Activities, and Fragments, or a View to a Fragment with container transform animations for Android.
Apache License 2.0
2.36k stars 191 forks source link

API Level 19 #2

Closed nicemak closed 4 years ago

nicemak commented 4 years ago

Please support API level 19.

nicemak commented 4 years ago

@skydoves can you?

skydoves commented 4 years ago

Hi, Motion is only available on API level 21 (Android 5.0 Lollipop) and up. Additionally, the transitions included in the motion library are built using the Android Framework Transition library (android.transition), not the AndroidX Transition library (androidx.transition). Make sure any Transition being used in conjunction with the transitions provided extends android.transition. and not androidx.transition..