Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EndlessLinearLayoutActivity 横向加载有问题。 #36

Closed
jiaowenzheng opened this issue Feb 15, 2017 · 1 comment
Closed

EndlessLinearLayoutActivity 横向加载有问题。 #36

jiaowenzheng opened this issue Feb 15, 2017 · 1 comment

Comments

@jiaowenzheng
Copy link

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

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

@cundong
Copy link
Owner

cundong commented Dec 5, 2017

目前只是支持竖直的。

@cundong cundong closed this as completed Dec 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants