Layouts and Thier Attributes
Layouts and Thier Attributes
1. LinearLayout
Important Attributes:
android:weightSum="3" → Defines the total sum of layout weights for all children.
2. RelativeLayout
Important Attributes:
3. ConstraintLayout
A flexible and efficient layout that allows positioning child views with constraints.
Important Attributes:
4. FrameLayout
A single-child layout where all children are stacked on top of each other.
Important Attributes:
5. TableLayout
Important Attributes:
6. GridLayout
Important Attributes: