0 votes
in Android by
What is Orientation?

1 Answer

0 votes
by

Orientation can be set using setOrientation(), dictates if the LinearLayout is represented as a row or as a column. Values are set as either HORIZONTAL or VERTICAL.

...