constraintlayout
-
ConstraintLayout에서 match_parent 가 작동 안될경우Android 2020. 9. 21. 12:17
ConstraintLayout 안에 있는 View 에 match_parent를 적용할경우 꽉차게 적용이 안되는 경우가 있습니다. 그럴경우 android:layout_width 와 android:layout_height 를 0dp 로 주고 app:layout_constraintStart_toStartOf ,app:layout_constraintTop_toTopOf, app:layout_constraintBottom_toBottomOf, app:layout_constraintEnd_toEndOf 를 "parent" 로 주면 비어는 View 도 ConstraintLayout에 꽉차게 들어가게 됩니다.