Skip to content

Commit

Permalink
* readme notifying
Browse files Browse the repository at this point in the history
  • Loading branch information
Beloo authored and Beloo committed Nov 10, 2016
1 parent 3a5dd5e commit 3b06146
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 @@ -86,8 +86,8 @@ ChipsLayoutManager chipsLayoutManager = ChipsLayoutManager.newBuilder()
rv.setLayoutManager(chipsLayoutManager);
```

Notice that if you changed gravity resolver or row breaker conditions in runtime - it won't affect already drew items,
you should call `requestLayout` on `ChipsLayoutManager`.
Notice that if you changed gravity resolver or row breaker conditions in runtime - it won't affect already drew items and cached item positions.
You have to call `notifyItemChanged` on `ChipsLayoutManager` otherwise layout won't be predictable.

**Device current direction** have been chosen by default.
You can manipulate with layout direction (**LTR** or **RTL**)<br/>
Expand Down

0 comments on commit 3b06146

Please sign in to comment.