从约束布局开始,希望有一个简单的问题。
在XML布局文件中,使用
有什么区别<ConstraintLayout ...
vs。
<android.support.constraint.ConstraintLayout ...
其中一个比另一个更受欢迎吗?
答案 0 :(得分:1)
我建议使用第二个。
<android.support.constraint.ConstraintLayout
有关更多信息,请参考Android documentation
注意:ConstraintLayout是作为支持库提供的,可以在从API级别9(姜饼)开始的Android系统上使用。因此,我们计划随着时间的推移丰富其API和功能。本文档将反映这些更改。