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

Hello WaveSwipeRefreshLayout include Recyclerview problem scroll up when always refreshing #6

Closed xesun closed 9 years ago

xesun commented 9 years ago
<jp.co.recruit_lifestyle.android.widget.WaveSwipeRefreshLayout
    android:id="@+id/main_swipe"
    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"
        app:recyclerviewScrollbars="vertical" />
</jp.co.recruit_lifestyle.android.widget.WaveSwipeRefreshLayout>
amyu commented 9 years ago

Thank you.

I tried to implement the RecyclerView. issue#6-include-Recyclerview-problem branch. But I could not confirm it.

Please explain it to me more.

xesun commented 9 years ago

Thank you Amyu