ConstraintLayout和PercentRelativeLayout之间的区别是什么?

时间:2016-06-02 12:47:40

标签: android android-layout android-studio

我在项目中使用了PercentRelativeLayout,但我想将其迁移到新的ConstraintLayout。有人可以告诉我差异吗?

1 个答案:

答案 0 :(得分:-2)

  

我在项目中使用了PercentRelativeLayout,但我想   将其迁移到新的ConstraintLayout。

PercentRelativeLayout建立在RelativeLayout之上,而ConstraintLayout完全是一种不同的设计布局,不是建立在RelativeLayout之上

此外,由于ConstraintLayout仍处于Alpha状态,它仍处于早期阶段。所以,我建议等待一段时间,直到有适当的文档可用。