Notice
Recent Posts
Recent Comments
Tags
- 코딩테스트 연습
- 장고
- 백준 바닥장식 python
- Spring 초보
- 프로그래머스 고득점 kit
- 스프링 초보
- 장고 기초
- 알고리즘 공부
- spring 기초
- 바닥장식 파이썬
- 백준 다이나믹프로그래밍
- 프로그래머스 레벨2
- 백준
- 백준 dp
- dp 알고리즘
- 스프링 기초
- 프로그래머스 level1
- Django
- 프로그래머스 전화번호 목록 python
- 코테
- 프로그래머스 전화번호 목록 파이썬
- 전화번호 목록 python
- 알고리즘 문제
- Django 기초
- 프로그래머스 알고리즘 고득점 kit
- programmers
- 코테 연습
- 프로그래머스 레벨1
- 프로그래머스
- 코딩테스트
Archives
- Today
- Total
목록LinearLayout (1)
일일구름 IT
안드로이드 layout 종류
안드로이드 layout 종류 LinearLayout RelativeLayout ConstraintLayout TableLayout GridLayout FrameLayout 기타 Layout LinearLayout 가로 또는 세로로 순차적으로 쌓아나가는 Layout android:orientation 상태 vertical : 세로 방향 horizontal : 가로 방향 예제 RelativeLayout 상대적으로 위치 지정해주는 Layout 부모 View 또는 자식 View 기준으로 위치를 지정해줄 수 있다. 예제 Constraint(제약)Layout RelativeLayout에 가중치를 추가하여 조금 더 발전된 Layout 자식 View들에 제약을 주어 부모View 기준으로 위치를 지정하거나 다른View를..
Kotlin
2023. 5. 12. 19:39