加载布局文件的时候出问题了,看看你的布局,就你的这个PullToRefreshListView

解决方案 »

  1.   

    这几天刚好用了这个库
    建议把 layout 的代码贴全,和试试按照 Demo 的 layout 代码设置,可能有些必需属性没有写上<com.hand.pulltorefresh.library.PullToRefreshListView
            android:layout_width="fill_parent"
            android:layout_height="fill_parent"
            android:cacheColorHint="#0000EE00"
            android:divider="@color/listView_divider"
            android:dividerHeight="1px"
            android:fadingEdge="none"
            android:fastScrollEnabled="false"
            android:footerDividersEnabled="false"
            android:headerDividersEnabled="false"
            android:smoothScrollbar="true"
            android:id="@+id/pullToRefreshListView">
        </com.hand.pulltorefresh.library.PullToRefreshListView>
    非大神~