cundong / HeaderAndFooterRecyclerView

A RecyclerView solution, support addHeaderView、addFooterView
Apache License 2.0
1.37k stars 321 forks source link

EndlessLinearLayoutActivity 横向加载有问题。 #36

Closed jiaowenzheng closed 6 years ago

jiaowenzheng commented 7 years ago

LinearLayoutManager lm = new LinearLayoutManager(this); lm.setOrientation(LinearLayoutManager.HORIZONTAL); mRecyclerView.setLayoutManager(lm);

如果设置为横向 ,中能加载一页数据。

cundong commented 6 years ago

目前只是支持竖直的。