Header always shows in android-pulltorefresh when customize

494 Views Asked by At

I was trying to customize android-pulltorefresh library developed by Johan Nilson. I wanna use my own adapter rather than a String array. I was able to complete almost every thing but the pull to refresh header is always visible. (see the image) I want it to visible only when I pull the listview like it does with the demo app. I compared my code with the demo but I couldn't find any difference between them which effect layout.

enter image description here

Thanks in advance !

1

There are 1 best solutions below

0
On BEST ANSWER

in onRefreshComplete() in PullToRefreshListView,tried the code below when you complete your actions:

setSelection(1);