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

Load-more fails when items are too few to fill up list view #8

Open
Brandon-Lin opened this issue May 22, 2014 · 2 comments
Open

Load-more fails when items are too few to fill up list view #8

Brandon-Lin opened this issue May 22, 2014 · 2 comments

Comments

@Brandon-Lin
Copy link

Load-more fails when it only has one item. In this case, footer only becomes higher.
I have a workaround for this. Please check this branch.

Brandon-Lin@afa64b4

device-2014-05-22-142043

@Maxwin-z
Copy link
Owner

谢谢

发自我的 iPhone

在 2014年5月22日,下午2:25,Brandon-Lin notifications@github.com 写道:

Load-more fails when it only has one item.
I have a workaround for this. Please check this branch.

Brandon-Lin/XListView-Android@afa64b4


Reply to this email directly or view it on GitHub.

@humbertocastaneda
Copy link

It seems that the list is not hidding the footer and further on the code doesnt load because there are few items on the list

Use the function setPullLoadEnable(boolean) to turn on and off the footer when there are few results.

I use it on the constructor, by default, must be off. Turn it on as you need it

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

3 participants