linear layout (1) 썸네일형 리스트형 [Android] layout 남은 공간 채우기 (Linear layout)- [Android] layout 남은 공간 채우기 (Linear layout) 균등 분포 (세로 레이아웃의 경우) 동일한 크기의 공간을 사용하는 레이아웃을 생성하려면, 각 뷰의 android:layout_height = "0dp"로 설정 그런 다음 각 뷰의 android:layout_weight를 "1"로 설정합니다. 균등 분포 (가로 레이아웃의 경우) 각 뷰의 android:layout_width ="0dp"로 설정 그런 다음 각 뷰의 android:layout_weight = "1"로 설정 http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" and.. 이전 1 다음