Android 应用程序包的 MotionLayout 不工作
Android MotionLayout with app bundle not working
我有简单的 project 和 MotionLayout。有一个使用 setProgress() 方法更改 MotionLayout 状态的搜索栏。
当我部署默认 APK 时,一切正常,子视图移动。如果我使用 "APK from app bundle" 部署,MotionLayout 不起作用(子视图不移动),就像它错过了 layoutDescription。
示例项目 here.
MotionLayout 版本:
'com.android.support.constraint:constraint-layout:2.0.0-alpha2'
此遗嘱应在 ConstraintLayout
alpha 3 中修复:https://twitter.com/johnhoford/status/1061001715481079808
我有简单的 project 和 MotionLayout。有一个使用 setProgress() 方法更改 MotionLayout 状态的搜索栏。
当我部署默认 APK 时,一切正常,子视图移动。如果我使用 "APK from app bundle" 部署,MotionLayout 不起作用(子视图不移动),就像它错过了 layoutDescription。
示例项目 here.
MotionLayout 版本:
'com.android.support.constraint:constraint-layout:2.0.0-alpha2'
此遗嘱应在 ConstraintLayout
alpha 3 中修复:https://twitter.com/johnhoford/status/1061001715481079808