GoslingAllenLee / pull-to-refresh-view

Automatically exported from code.google.com/p/pull-to-refresh-view
0 stars 0 forks source link

修复上拉操作 不释放手指滑动直接下拉操作,会触发下拉刷新的bug;下拉操作时也有同样的问题 #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
修复上拉操作 
不释放手指滑动直接下拉操作,会触发下拉刷新的bug;下拉操作
时也有同样的问题

Original issue reported on code.google.com by Miloisba...@gmail.com on 18 Aug 2012 at 3:21

GoogleCodeExporter commented 9 years ago
好像有个Bug,如果我查询出的数据列表为空,即ListView没有数��
�时,此时ListView再也下拉不了。希望可以做到:没有数据时��
�也可以下拉刷新。(rongxh7@qq.com)

Original comment by s...@qpidnetwork.com on 22 Nov 2012 at 4:38

GoogleCodeExporter commented 9 years ago
1、这个ID(main_pull_refresh_view)是在哪声明的?
mPullToRefreshView = 
(PullToRefreshView)findViewById(R.id.main_pull_refresh_view);

2、下面这个XML也有问题,求教大侠指点一下,谢谢
<com.miloisbadboy.view.PullToRefreshView 
xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/main_pull_refresh_view"

</com.miloisbadboy.view.PullToRefreshView>

Original comment by chunlin....@gmail.com on 9 Dec 2012 at 9:52