This question already has answers here:
Are Activity/Fragment Transitions compatible with pre-Lollipop devices?

(4个答案)


已关闭6年。




如何在21之前的设备中实现共享元素转换?
我或多或少遵循了http://antonioleiva.com/material-design-everywhere/的指南,但出现了诸如“仅在api级别21或更高级别中使用的属性transitionName”之类的错误

最佳答案

没有支持共享元素转换的兼容性库。最好的办法是使用this video中描述的方法...但是,请注意,要实现它需要更多的代码。

10-02 06:01