Skip to content
This repository has been archived by the owner on Jan 8, 2018. It is now read-only.

issue of height item. #34

Open
martingg88 opened this issue Nov 21, 2014 · 3 comments
Open

issue of height item. #34

martingg88 opened this issue Nov 21, 2014 · 3 comments

Comments

@martingg88
Copy link

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
Copy link

ncoolz commented Nov 24, 2014

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.

  • Override PullToRefreshAdapterViewBase instead of PullToRefresh if an internal view ( like ListView) is a sub class of AdapterView.
  • ListView has some scroll issue. You have to refer to PullToRefreshView.InternalViewSDK9 (used over android sdk 9) and PullToRefreshView.InternalView (used under Android sdk 9) in source code.

@martingg88
Copy link
Author

thanks....

@ncoolz
Copy link

ncoolz commented Nov 25, 2014

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants