标签: android android-constraintlayout
我在ConstrainLayout内部使用了include标签,以包含在不同的 XML 文件中定义的RelativeLayout。 RelativeLayout由上,左页边距组成,但我看不到ConstrainLayout采用这些页边距。我添加了“ app:layout_constraintLeft_toLeftOf”和“ app:layout_constrainTop_toTopOf'”来添加标签,但这还是行不通的。
ConstrainLayout
RelativeLayout
app:layout_constraintLeft_toLeftOf
app:layout_constrainTop_toTopOf'