Welcome

강좌

1. LinearLayout - 직선형 배치


view를 가로,세로,순차적으로 배치 할 때 사용


android:gravity - 해당 view 안에서 정렬(ex="top/bottom/left/right/center/center_vertical/center_horizontal/fill/fill_vertical/fill_horizontal")


android:orientation - 레이아웃 배치 지정(ex="vertical/horizontal")


android:layout_gravity - view의 정렬(ex="top/bottom/left/right/center/center_vertical/center_horizontal/fill/fill_vertical/fill_horizontal")


android:layout_margin - view 외부의 여유 공간(ex=-top/-bottom/-left/-right)


android:layout_padding - view 내부의 여유 공간(ex=-top/-bottom/-left/-right)


2. Tablelayout - 테이블 배치


 View를 열과 행으로 된 표 형태로 배치 할 때 사용


● android:collapseColumns - 지정된 번호의 열은 처음 화면에 나타날 때 숨겨진 상태로 보이지 않음(ex="0, 1, 2, 3")


● android:shinkColumns - 지정된 번호의 열은 텍스트를 줄 내림하는방법으로 차지하는 폭을 줄임(ex="0, 1, 2, 3, *")


● android:stretchColumns - 지정된 번호의 열은 해당 행에서 남아있는 공간을 꽉 채울만큼 폭이 늘어남(ex="0, 1, 2, 3, *")



3. RelativeLayout - 상대적 배치


 상대적인 관계에 따라 배치 할 때 사용


● android:Layout_alignParentTop/Bottom/Left/Right - 부모 객체의 상단/하단/왼쪽/오른쪽 가장자리에 배치


● android:Layout_centerHorizontal/Vertical/Parent - 부모 객체의 가로 방향 중앙/세로 방향 중앙/정중앙에 배치


● android:Layout_above - 지정된 위젯의 위에 배치


● android:Layout_below - 지정된 위젯의 아래에 배치


● android:Layout_toLeftof - 지정된 위젯의 왼쪽에 배치


● android:Layout_toRightof - 지정된 위젯의 오른쪽에 배치


● android:Layout_alignTop/Bottom/Left/Right - 지정된 위젯과 상단/하단/왼쪽/오른쪽 위치가 일치하도록 배치


● android:Layout_alginBaseline - 지정된 위젯과 텍스트 기준선이 일치하도록 배치


4. AbsoluteLayout - 절대적 배치


 자식view의 x,y 좌표를 정확하게 배치 할 때 사용


● android:Layer_x - 부모 레이아웃 안에서 view의 왼쪽 상단 모서리에서 x 좌표


● android:Layer_y - 부모 레이아웃 안에서 view의 왼쪽 상단 모서리에서 y 좌표


List of Articles
번호 제목 글쓴이 날짜sort 조회 수
공지 Android [기초강좌] 안드로이드 스마트폰 사용법 모음 anti 2013-07-30 10371
88 Android 넥서스원(Nexus One) 바탕화면 정리 file anti 2010-03-30 16300
87 IPhone iPhone 2G에 Android 인스톨하기 [1] anti 2010-04-28 9470
86 Android 드로이드(Droid), 프로요 업데이트 anti 2010-08-05 13088
85 Android 넥서스원 안드로이드 프로요 2.2.1 업데이트(빌드 FRG83) file anti 2010-09-25 13673
84 Android 넥서스원 안드로이드 프로요 2.2.1에서 2.2로 다운그레이드 anti 2010-09-30 16518
83 Android 안드로이드 apk 파일 만들기 file anti 2010-10-10 36948
82 Android 우분투에서 안드로이드폰 스크린캡쳐 오류 file anti 2010-10-10 13034
» Android 안드로이드 강좌 UI - Layout anti 2010-10-10 16534
80 Android 안드로이드 강좌 UI - Widget anti 2010-10-20 13746
79 Android 이클립스 오류 - error: Error parsing XML : unbound prefix anti 2010-10-21 27297
78 Android 이클립스 오류 - Cannot refer to a non-final variable text inside an inner class defined in a different method anti 2010-10-29 29038
77 PC일반 SQLite 란? anti 2010-11-28 14233
76 Maemo 노키아 N810 리셋(Cleare Device, Restore original settings) 방법 스퀘어랩 2011-01-26 9190
75 Maemo 노키아 N810 외장메모리(External SD)로 부팅하기 모바일 2011-01-27 10005
74 Maemo 노키아 N810 파이어폭스(Firefox) 설치하기 모바일 2011-01-27 9461
73 어플일반 Gmail,Hotmail,Daum,Naver 등 POP3 서버 주소 스퀘어랩 2011-01-27 32604
72 PC일반 피진(Pidgin)으로 메신져(네이트온포함),트위터 통합하기 file 스퀘어랩 2011-01-28 18329
71 Maemo 마에모5 SDK 윈도우용 설치(Maemo 5 SDK For Windows) file 스퀘어랩 2011-02-11 16177
70 QT QT강좌 1-1 QT에 대해서 스퀘어랩 2011-02-22 10717
69 Android 안드로이드 3.0 어플 최적화하기 anti 2011-02-28 11510