안드로이드 스튜디오 기본 Layout
·
Android Studio/Android Studio(Java)
안녕하세요 오늘은 안드로이드 UI의 개발에서 가장 중요한 Layout에 대하여 기록하겠습니다. 기본적으로 Layout의 3 대장이라는 Layout에 대하여입니다. 3대 대장은 Linear Layout , Frame Layout , RelativeLayout입니다. 1. Linear Layout 1 2 3 4 5 6 cs 위와 같은 모습으로 특징으로는 방향성 (orientation)이 존재하는 것입니다. vertical :수직 horizontal : 수평 두 가지 속성을 가지고 있으며 또 다른 특징으로는 자식 객체(안에 포함하고 있는 객체 ex:TextView, Button.. 등)가 겹쳐서 표현하지 못합니다. android:layout_width : 객체의 넓이 android:layout_height :..
okoo
'Android Studio/Android Studio(Java)' 카테고리의 글 목록