Skip to content

Commit

Permalink
Merge pull request #8847 from ayush-sleeping/Android_Development_With…
Browse files Browse the repository at this point in the history
…_Kotlin

Added audio file of Linear-Layout
  • Loading branch information
rahulsain authored Nov 30, 2021
2 parents b8bdb7d + 4b87841 commit 5ec93bd
Showing 1 changed file with 26 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Android Kotlin - "Linear Layout"

<br>

* [Audio on Linear Layout](#Audio-on-Linear-Layout)

<br>

### Linear layout is a viewgroup which is used for holding views in it.
We can arrange the children of a linear layout in 2 ways :-

Expand Down Expand Up @@ -166,4 +173,22 @@ Example:-

![Screenshot (3752)](https://user-images.githubusercontent.com/75535031/134759088-bc8a6809-7299-4eb9-b320-b55414ff52f3.png)

We can also get the equal distribution of the views in the column as done previously in Horizontal Linear Layout by using **android:layout_weight="1"**
We can also get the equal distribution of the views in the column as done previously in Horizontal Linear Layout by using **android:layout_weight="1"**


<br>


## Audio on Linear Layout

Link to the file -> <a href="https://drive.google.com/file/d/1s_Xznk5axHNUULq5F5Epmmrqs0mD6php/view?usp=sharing">Linear Layout</a>


<br>



### Authors:
- [Narotam singh](https://github.com/Narotam-singh) Documentation .
- [Ayush Mishra](https://github.com/ayush-sleeping) Audio .

0 comments on commit 5ec93bd

Please sign in to comment.