我在MotionLayout中有简单的project。有一个搜索栏,可使用setProgress()方法更改MotionLayout的状态。

当我部署默认APK时,所有工作正常,子视图也会移动。如果我使用“来自应用程序捆绑包的APK”部署,则MotionLayout无法正常运行(子视图不会移动),就像它错过了layoutDescription一样。

android - 具有应用程序 bundle 的Android MotionLayout无法正常工作-LMLPHP

示例项目here

MotionLayout版本:

'com.android.support.constraint:constraint-layout:2.0.0-alpha2'

最佳答案

这将在ConstraintLayout alpha 3中修复:https://twitter.com/johnhoford/status/1061001715481079808

关于android - 具有应用程序 bundle 的Android MotionLayout无法正常工作,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/53168571/

10-08 23:37