Skip to content

Commit

Permalink
Merge pull request #10 from jonas-arkulpa/feature/compatibility-note-…
Browse files Browse the repository at this point in the history
…readme

add compatibility note to readme
  • Loading branch information
myinnos authored Apr 11, 2017
2 parents ae41844 + 7b86577 commit 14cd492
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ mRecyclerView.setIndexBarTransparentValue((float) 0.4);
Typeface typeface = Typeface.createFromAsset(context.getAssets(), "Custom-Font.ttf");
mRecyclerView.setTypeface(typeface);
```
Compatibility
-----
This library works with any layout manager but is optimized for the use with a LinearLayoutManager.

##### Any Queries? or Feedback, please let me know by opening a [new issue](https://github.com/myinnos/AlphabetIndex-Fast-Scroll-RecyclerView/issues/new)!

## Contact
Expand Down

0 comments on commit 14cd492

Please sign in to comment.