Skip to content

Commit

Permalink
* increased version name to 0.3.1 in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Beloo authored and Beloo committed Dec 1, 2016
1 parent e7082d4 commit 4fa50d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ or just import `ChipsLayoutManager` module to your project.
Layout manager represents chips or spanned or "bubble" structure of list items and is a good replace for typical implementations of such issue based on spans in `TextView`
or custom `FlowLayout`s.

* supports `RecyclerView`'s features, such as default animations while CRUD items & custom `ItemAnimator`s, `ItemDecorator`s, scrolling etc. `wrap_content` of height is supported
* supports `RecyclerView`'s/`LayoutManager`'s features, such as default animations while CRUD items & custom `ItemAnimator`s, `ItemDecorator`s, scrolling etc. `wrap_content` of height is supported
* vertical scrolling is supported. Horizontal scrolling isn't supported. It is possible to disable vertical scrolling as well. Supported padding/margin, clipToPadding parameter of `RecyclerView`
* supports different height and width of items
* recycling items support (another advantage over `TextView` approach)
Expand Down

0 comments on commit 4fa50d3

Please sign in to comment.