ConstraintLayout 子布局超出父布局、超出屏幕

ConstraintLayout超出父布局解决方案:

在子布局中添加或修改:

app:layout_constrainedWidth="true"

app:layout_constraintEnd_toEndOf="parent"

android:layout_width="wrap_content"

你可能感兴趣的:(ConstraintLayout 子布局超出父布局、超出屏幕)