-
RelativeLayout처럼 상대 위치에 따라 View의 위치를 잡을 수 있다. RelativeLayout보다 더 많은 View의 위치 속성이 있다.
상대적 위치 관련
app:layout_constrainLeft_toLeftOf="parent"
... Right, Top, Bottom ...
여백(margin) 관련
android:layout_marginStart
... Start, End, Left, Top, Right, Bottom ...
View.GONE상태일 때 여백(margin)
app:layout_goneMarginStart
... Start, End, Left, Top, Right, Bottom ...
가운데 맞춤과 치우침(bias)
app:layout_constrainHorizontal_bias 가로 치우침 조절
Vertical_bias 세로 치우침 조절
비율(ratio) 관련
app:layout_constrainDimensionRatio="1:1"
값 Ex: "H,2:1" 값 중에 W,H를 지정하여 넓이나 높이를 지정할 수 있다.
'Android' 카테고리의 다른 글
Android - Scoped Storage Mode (0) 2020.07.19 Android - BitmapFactory 이미지 크기 조정 (0) 2020.07.19 Android - local DBMS, Realm (0) 2020.07.19 Android - local DBMS, SQLite (0) 2020.07.19 Android - GridLayout (0) 2020.07.19 Android - TableLayout (0) 2020.07.19 Android - View Attributes(속성) (0) 2020.07.18 AndroidStudio - multiple instances of Android Studio (0) 2020.07.18