From 4b87841048f80ce4d7a0b88f7389face8c99decb Mon Sep 17 00:00:00 2001 From: Ayush Mishra Date: Tue, 30 Nov 2021 00:53:18 +0530 Subject: [PATCH] Added audio file of Linear-Layout --- .../07. View Groups/07.1 Linear Layout.md | 27 ++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/Android_Development_with_Kotlin/07. View Groups/07.1 Linear Layout.md b/Android_Development_with_Kotlin/07. View Groups/07.1 Linear Layout.md index a5a70c9ca4..b2baaf606c 100644 --- a/Android_Development_with_Kotlin/07. View Groups/07.1 Linear Layout.md +++ b/Android_Development_with_Kotlin/07. View Groups/07.1 Linear Layout.md @@ -1,4 +1,11 @@ # Android Kotlin - "Linear Layout" + +
+ +* [Audio on Linear Layout](#Audio-on-Linear-Layout) + +
+ ### 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 :- @@ -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"** \ No newline at end of file +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"** + + +
+ + +## Audio on Linear Layout + +Link to the file -> Linear Layout + + +
+ + + +### Authors: +- [Narotam singh](https://github.com/Narotam-singh) Documentation . +- [Ayush Mishra](https://github.com/ayush-sleeping) Audio . +