xml布局如图
<com.handmark.pulltorefresh.library.PullToRefreshListView
android:id="@+id/pull_refresh_list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
/>
<ListView
android:id="@+id/lvNews"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
</ListView>
求解决方法 顺便求教PullToRefresh的使用