Android
View와 ViewGroup
j_iyeon
2023. 8. 10. 16:40
1. View
- 화면에 보이는 모든 요소
- TextView, EditText, Button, ImageView 등등
2. ViewGroup
- 뷰를 포함하여 화면에 적절히 배치하기 위한 일종의 컨테이너
- LinearLayout, RelativeLayout, FrameLayout, TableLayout, ConstraintLayout 등등
참조