1. constraintLayout사용할 때 버튼 등 추가시 나타나는오류
This view is not constrained. It only has designtime positions, so it will jump to (0,0) at runtime unless you add the constraints
https://sh-itstory.tistory.com/42
안드로이드 ConstraintLayout 오류 - This view is not constrained.. 오류해결!
안드로이드에서 Relative랑 Linear를 보통 많이 사용하실텐데요 이번에는 기본적으로 적용되는 ConstraintLayout에서 버튼을 만들고 드래그를 하여서 배치할려고하면 밑에 사진처럼 This view in not constrain
sh-itstory.tistory.com