naver / android-pull-to-refresh

Pull To Refresh Views for Android! v3.2.3
Apache License 2.0
310 stars 82 forks source link

issue of height item. #34

Open martingg88 opened 10 years ago

martingg88 commented 10 years ago

I have tried to extend PullToRefreshBase in order to create a new pull-refresh-view called as MultiColumnListView.

I have facing the following issue:

  1. height of item at very top position have been cut off if I'm scrolling up slowly. However it won't happen if i'm scrolling up at very fast speed.

any idea about how to solve this issue?

ncoolz commented 10 years ago

I can't give you an answer because I cannot guess what your situation is. But, you can have help from source code of PullToRefreshListView, and there are two things you have to know when you are developing new pull-to-refresh view.

martingg88 commented 10 years ago

thanks....

ncoolz commented 10 years ago

If you send me a sample project, i'll try to find some way to solve it.