我正在努力使用 ConstraintLayout 和 Barrier 的 Android 布局

I am struggling with an Android layout with ConstraintLayout and Barrier

我正在努力使用 ConstraintLayout 和 Barrier

的 Android 布局

https://gist.github.com/dscoppelletti/62130db0ed773712bdfe0128b27e327b

小部件应该垂直呈现,除了一些应该水平呈现的对。

从上到下到小部件txtAddresscmdAddress都可以。
下一个小部件 lblEventCategories 不是跟随在下面,而是呈现在顶部,然后像我想要的那样跟随下一个小部件。

我认为问题与 Barrier 小部件有关,但我无法解决。

对于 TextView "lblEventCategories" 删除以下行:

app:layout_constraintBottom_toTopOf="@id/txtEventCategories"

限制指南的顶部到底部应该足够了。这将使事情朝着正确的方向发展。

可能还有其他问题,但这是一个。我建议返回到布局的顶部并逐一添加项目,然后在设计器中检查它。