i've integrated pull refresh (chrisbanes) in project. have problem when scroll list view, after first item of list view showed, "pull refresh" view showed in short period of time (my finger has not touched android screen). want when user performs scroll action, list view scrolls , stops @ first item, not showing "pull refresh" view.
can me?
disable overscroll feature of listview solve problem.
android:overscrollmode="never" thank you!
Comments
Post a Comment