210202
[View]ConstraintLayout 정리 및 RelativeLayout과의 차이 본문
ConstraintLayout이란?
- 레이아웃에 배치되는 뷰들에 여러 제약(Constraint)을 적용하여 각 뷰의 위치와 크기를 결정하는 레아이웃
ConstraintLayout과 RelativeLayout의 차이?
- ConstraintLayout은 RelativeLayout의 상대적 위치 관계에 따른 배치 특성에 LinearLayout의 가중치가 가진 장점을 가지고 있으며 체인을 사용하여 다른 레이아웃없이 요소들을 그룹화 할 수 있다.
참고링크
https://developer.android.com/training/constraint-layout?hl=ko
https://recipes4dev.tistory.com/161
'Android > View' 카테고리의 다른 글
[View] 쉐이프 드로어블(ShapeDrawable) 정리 (0) | 2020.05.29 |
---|---|
[View] 상태 드로어블(StateListDrawable) 정리 (0) | 2020.05.29 |
[View] android:layout_gravity와 android:gravity의 차이점 (0) | 2020.05.29 |
[View] 자주 사용하는 레이아웃들( LinearLayout, RelativeLayout, FrameLayout) (0) | 2020.05.29 |
[View] ConstraintLayout 사용해보기 (0) | 2020.05.29 |
Comments