Aspsine / IRecyclerView

IRecyclerView is a custom RecyclerView that supports pull-to-refresh, pull-to-loadmore, customize refresh header and loadmore footer, add header views and footer views.
729 stars 146 forks source link

Divider is confusion #28

Closed xukai59740 closed 7 years ago

xukai59740 commented 7 years ago

recycleView.addItemDecoration(new RecycleViewDivider(getContext(), LinearLayoutManager.HORIZONTAL));

The Divider is confusion when only one item.

Aspsine commented 7 years ago

4