File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ Add the following dependency to your `build.gradle` file:
1010
1111```
1212dependencies {
13- implementation 'com.google.android:flexbox:1.0.0 '
13+ implementation 'com.google.android:flexbox:1.1.0-beta1 '
1414}
1515```
1616
1717# Usage
18- There are two ways of using Flexbox in your layout.
18+ There are two ways of using Flexbox in your layout.
1919
20- ## FlexboxLayout
20+ ## FlexboxLayout
2121The first one is ` FlexboxLayout ` that extends the ` ViewGroup ` like ` LinearLayout ` and ` RelativeLayout ` .
2222You can specify the attributes from a layout XML like:
2323``` xml
Original file line number Diff line number Diff line change 2222
2323 mavenGroup = ' com.google.android'
2424 mavenArtifactId = ' flexbox'
25- mavenVersion = ' 1.0.0 '
25+ mavenVersion = ' 1.1.0-beta1 '
2626
2727 bintrayOrg = ' google'
2828}
You can’t perform that action at this time.
0 commit comments