解决方法
我也找不到任何支持RecyclerView反弹效果的库.最终我自己最终实现了一个新的库.看看我的图书馆
overscroll-bouncy-android.它目前支持使用LinearLayoutManager的RecyclerView.我也在使用ListView和ScrollView.
要使用我的库:
步骤1:
dependencies { compile 'com.chauthai.overscroll:overscroll-bouncy:0.1.0' }
第2步:
<com.chauthai.overscroll.RecyclerViewBouncy android:id="@+id/recyclerView" android:layout_width="match_parent" android:layout_height="wrap_content"/>