因为业务的需要必须存在SwipeListView, 当滑动Listview的时候,SwipeListView 的圆圈也会跳出来转,怎么解决这个问题。。。。
因为业务的需要必须存在SwipeListView, 当滑动Listview的时候,SwipeListView 的圆圈也会跳出来转,怎么解决这个问题。。。。
你可以直接使用SwipeRefreshLayout
<android.support.v4.widget.SwipeRefreshLayout android:id="@+id/swipe" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity="center_vertical"><ListView android:id="@+id/lg_list" android:layout_width="match_parent" android:layout_height="match_parent">
</ListView></android.support.v4.widget.SwipeRefreshLayout>
3 回答795 阅读✓ 已解决
2 回答2k 阅读
2 回答919 阅读✓ 已解决
1 回答1.1k 阅读✓ 已解决
1 回答690 阅读✓ 已解决
2 回答773 阅读
2 回答747 阅读
事件冲突了,你可以重写