Session 11 - Introduction to Android Linear Layout

Опубликовано: 04 Май 2026
на канале: SALESFORCEDRILLERS
11
1

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