recruit-lifestyle / WaveSwipeRefreshLayout

http://engineer.recruit-lifestyle.co.jp/techblog/2015-08-03-swipe-refresh-layout/
Apache License 2.0
1.93k stars 379 forks source link

hi sorry WaveswiperefreshLayout container recyclerview problem fix please help me #7

Closed xesun closed 9 years ago

xesun commented 9 years ago

Scroll when refreshing why <mn.slide.ubinfo.view.pulltorefresh.WaveSwipeRefreshLayout android:id="@+id/refreshLayout" android:layout_width="match_parent" android:layout_height="match_parent">

    <com.marshalchen.ultimaterecyclerview.UltimateRecyclerView
        android:id="@+id/listView"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:scrollbars="vertical" />
</mn.slide.ubinfo.view.pulltorefresh.WaveSwipeRefreshLayout>
amyu commented 9 years ago

I made this View while referring to the SwipeRefreshLayout. If UltimateRecyclerView can use SwipeRefreshLayout, you can use WaveSwipeRefreshLayout.

I think this problem is in the UltimateRecyclerView.

xesun commented 9 years ago

Thanks

Rainer-Lang commented 8 years ago

@xesun Did you solve it? I also use URV.