-
Notifications
You must be signed in to change notification settings - Fork 325
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
Divider appears before the first item #31
Comments
Same issue here =)...any hints about where to start? Tried around in the styles, but no success... |
Same problem. Also see this problem in https://github.com/chrisbanes/Android-PullToRefresh :( |
// setSelection(1); // try delete this row |
Divider appears before the first item, how do i get rid of that?
I have a 10dp of divider height between items, but I don't want it to appear before the first item.
android listview doesn't do that, but using this library does. How de we solve it?
The text was updated successfully, but these errors were encountered: