-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Tap to refresh is shown when only two items in ListView #59
Comments
This issue bothers me too. |
My walkaround is adding a big empty footer view into the list view. Note that you have to add the footer view before setting the list adapter. |
I get this issue too. |
@danwebanddev The tricky thing is we must add an inner layout otherwise the customized height does not work.
|
Correct code:
|
@vinceyuan |
Tap to refresh is shown when only two items in ListView.
Can "Tap to refresh" can be hidden when listview content few items(2 or 3 items).?
The text was updated successfully, but these errors were encountered: