Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rovkinmax committed Feb 18, 2015
1 parent 9405d20 commit baa5316
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 @@ -19,7 +19,7 @@ dependencies {
similar spacing between the elements even in the grid
```java
int spanCount = 3;
int deviderWidth = 10;
int dividerWidth = 10;
final SpacesItemDecoration itemDecoration = new SpacesItemDecoration(deviderWidth, spanCount);
itemDecoration.setIgnoreFirst(adapter.isEnableHeader());
recyclerView.addItemDecoration(itemDecoration);
Expand Down

0 comments on commit baa5316

Please sign in to comment.