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

List scroll #282

Closed
juscyllan opened this issue Jan 25, 2013 · 7 comments
Closed

List scroll #282

juscyllan opened this issue Jan 25, 2013 · 7 comments
Assignees

Comments

@juscyllan
Copy link

Since I moved to version 1.4.1 of HoloEverywhere i'm having troubles with the scroll of my ListFragments in Android 10.

When the user scrolls and the scrollbar reached the bottom of the view, I don't know why the scrollbar goes up.

I noted that this doesn't happens in version 1.4.0 or if I'm using android 16

@dbacinski
Copy link

Are you using android:overScrollMode="never"? There is a bug in scroller implementation in Gingerbread:

http://code.google.com/p/android/issues/detail?id=15860

@juscyllan
Copy link
Author

I'm not using it, but somewhere in the code you set the overScrollMode of the ListView to "never" programmatically. Check ListView constructor, line 211.

Now I changed the overscroll mode after the ListView was created and the scroll worked normal.

@ghost ghost assigned Prototik Feb 2, 2013
@BraisGabin
Copy link
Collaborator

This problem appears when you use AlertDialog.Builder.setAdapter() too.

@httpdispatch
Copy link
Contributor

Experienced same problem with ListView after moving to latest master commit and adding Slider

@Prototik
Copy link
Owner

@httpdispatch 869e78d

@httpdispatch
Copy link
Contributor

@Prototik thanks a lot. You are awesome. Seems that commit fixed an issue

@Prototik
Copy link
Owner

overScrollMode now untouched by library.

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

No branches or pull requests

5 participants