Please explain this question

Q10. How to specify whether child views are displayed in a row or column in LinearLayout ?
How to specify whether child views are displayed in a row or column in LinearLayout ?

set android:column

set android:row

set android:layout_width

set android:orientation

It is done using orientation attribute.