there are different types of layouts:
we will see each layout in details ........
FrameLayout
: All controls (children) are placed in the upper left corner.LinearLayout
: All children are positioned in vertical/horizontal order.RelativeLayout
: The positions of the children are specified in relation to the other children.TableLayout
: The child elements are placed with a grid.AbsoluteLayout
: The child elements are positioned based on absolute coordinates (in pixel).
we will see each layout in details ........
No comments:
Post a Comment