ConstraintLayout Widget 에러

This view is not constrained vertically...


 

This view is not constrained vertically: at runtime it will jump to the top unless you add a vertical constraint 에러가 발생하는 경우

Layout으로 ConstraintLayout을 사용하고 있을 겁니다.

 

이 경우에 Design이나 Code에서 제약(Constraint)를 설정해줘야 합니다.

 

Constraint를 설정해주시면 에러가 사라집니다~


+ Recent posts