安卓5.0系统引入了共享元素,能做出非常炫酷的场景切换效果,这让人非常兴奋同时非常蛋疼,因为低版本没法使用啊,所以今天就跟大家分享一下自己写的一个库,其实只有2个文件而已就可以兼容安卓5.0以下的版本. 重要的工具类 import android.animation.Animator; import android.animation.TimeInterpolator; import android.app.Activity; import android.content.Intent; imp…