LinearLayout

All children of a LinearLayout are stacked one after the other, so a vertical list will only have one child per row, no matter how wide they are, and a horizontal list will only be one row high (the height of the tallest child, plus padding). A LinearLayout respects margins between children and the gravity (right, center, or left alignment) of each child.

 

posted @ 2013-04-30 22:30  youJumpILook  阅读(136)  评论(0编辑  收藏  举报