본문 바로가기

Computer Science/Android

android table layout

* 개념

 - 표 형식으로 차일드를 배치.

 - 테이블은 임의 개수의 TableRow객체로 구성.

 - TableRow 객체 하나 =  1 행 

 - TableRow 에는 여러 열이 배치. 

 - 1 열 = 1cell 

 - tablerow 높이 = wrap_content로 강제.

 - 

'Computer Science > Android' 카테고리의 다른 글

Android toast  (0) 2013.10.25
안드로이드 프로그래밍 정복 ch7  (0) 2013.10.25
android layout inflater  (0) 2013.10.22
android relative layout  (0) 2013.10.22
android linear layout  (0) 2013.10.22