Introduction Of Flexbox Layout
Flexbox layout:- Flexbox layout is a new layout introduced by google. It gives a developer to design more easily. Flexbox layout has some attributes that will help you to design the layout in an easy way. Use FlexLayout in android you need to add Gradle. compile 'com.google.android:flexbox:0.2.5' Flex layout Attributes:- 1. Flex-Direction 2. FlexWrap 3. J ustifyContent 4. A lignItems 5. A lignContent 6. S howDividerHorizontal 7. D ividerDrawableHorizontal 8. D ividerDrawable Attributes with Values : ==> flexDirection :- This attribute sets the direction of the child in the layout. The values should be ...