Linear Layout is also a ViewGroup that is responsible for holding views in it and It can be a layout that arranges its children i.e. the various views and layouts linearly (one after another) in a single column(vertical) or a single row(horizontal).
#android #linear #layout #viewgroup