why is PullToRefresh moving ugly?

77 Views Asked by At

ScreenShot

I have Integrated PullToRefresh in an application. But when I use PullToRefreshListView to pull up refresh, it moved in a deformed manner. The ProgressBar went straight to the place which is next to the last item that in ListView.

1

There are 1 best solutions below

2
On BEST ANSWER

use android.support.v4.widget.SwipeRefreshLayout instead of PullToRefreshListView.