感谢:https://issuetracker.google.com/issues/209981793
方式一:当Barrier绑定的对象中,存在TextView layout_width/layout_height="wrap_content"
且 layout_constrainedWidth/layout_constrainedHeight="true"
,那么就会出现 Barrier位置不准确的问题,所以在该场景下请不要使用layout_constrainedWidth/layout_constrainedHeight
方式二:
在外层的Constraintlayout中设置:
app:layout_optimizationLevel="none"
// 在我的项目中会引发其他的计算问题