Layer

안드로이드/UI

[Android] ConstraintLayout에서 뷰의 배치를 돕는 가상 오브젝트

Guideline Guideline은 레이아웃 작성 시에 가이드라인을 잡아주는 역할을 합니다. 한 화면 내에서 가상의 선을 하나 그어, 해당 선에 view들의 constraint를 주는 역할을 합니다. android:id : 해당 Guideline의 id android:orientation : Guideline의 방향 설정 (vertical / horizontal) app:layout_constraintGuide_xxx : Guideline의 위치 지정 app:layout_constraintGuide_begin : 화면의 시작으로부터 얼마만큼 떨어져 있을지 지정 app:layout_constraintGuide_end : 화면의 끝으로부터 얼마만큼 떨어져 있을지 지정 app:layout_constraint..

damon-911
'Layer' 태그의 글 목록