Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
herintsoa-razaf committed Apr 27, 2019
1 parent edb599c commit cd0f188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ An Android Library which uses the FlexboxLayout https://github.com/google/flexbo
Add to your app `build.gradle` :
````
dependencies {
implementation 'com.hopenlib.library:flextools:1.0.0'
implementation 'com.hopenlib.library:flextools:1.0.1'
}
````

Expand All @@ -19,7 +19,7 @@ The official RadioGroup widget doesn't support many RadioButtons in the same dir
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:checkedButton="@+id/rb_2"
app:flexCheckedButton="@+id/rb_2"
app:alignContent="space_around"
app:alignItems="flex_start"
app:flexWrap="wrap">
Expand Down

0 comments on commit cd0f188

Please sign in to comment.