Computer Science, asked by zahrarida086, 8 months ago

State some properties of Linear and Relatives Layouts.

Answers

Answered by rahul4sharmau
3

Answer:

RelativeLayout is a view group that displays child views in relative positions. The position of each view can be specified as relative to sibling elements (such as to the left-of or below another view) or in positions relative to the parent RelativeLayout area (such as aligned to the bottom, left or center).

LinearLayout is a view group that aligns all children in a single direction, vertically or horizontally. You can specify the layout direction with the android:orientation attribute.

Similar questions