Skip to content

Commit a227fac

Browse files
committed
Update readme.
1 parent bc4b955 commit a227fac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A FlowLayout for Android, which allows child views flow to next row when there i
1010
## Gradle
1111

1212
```
13-
compile 'com.nex3z:flow-layout:0.1.1'
13+
compile 'com.nex3z:flow-layout:0.1.2'
1414
```
1515

1616

@@ -22,6 +22,7 @@ compile 'com.nex3z:flow-layout:0.1.1'
2222
| childSpacing | `auto`/dimension | The horizontal spacing between child views. Either `auto`, or a fixed size. The default is 0dp. |
2323
| childSpacingForLastRow | `auto`/`align`/<br>dimension | The horizontal spacing between child views of the last row. Either `auto`, `align` or a fixed size. If not set, `childSpacing` will be used instead. |
2424
| rowSpacing | `auto`/dimension | The vertical spacing between rows. Either `auto`, or a fixed size. The default is 0dp. |
25+
| rtl | boolean | `true` to layout child views from right to left. `false` to layout from left to right. The default is `false`. |
2526

2627
`auto` means that the actual spacing is calculated as per the size of the `FlowLayout` and the number of child views (or rows), so that the child views (or rows) are placed evenly.
2728

0 commit comments

Comments
 (0)