ConstraintLayout句柄未显示Android Studio

时间:2019-04-30 14:28:40

标签: android-studio android-layout android-constraintlayout

在约束视图的句柄未显示在设计视图中之后,我将Android Studio更新至3.4。

Screenshot

1 个答案:

答案 0 :(得分:1)

请注意,您的容器(ConstaintLayout)的高度仅为30 dp,请选择match_parent

完成此操作后,您可以将视图放入其中并相互限制(以及容器内的所有内容-ConstaintLayout)。