RecycleView中的反弹滚动效果

时间:2017-11-21 07:06:58

标签: android-recyclerview scrollview android-animation

我想在android recycleview上实现反弹动画效果。 我怎么能这样做?

<android.support.v7.widget.RecyclerView
    android:id="@+id/recycler_view"
    android:scrollbars="vertical"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"/>

1 个答案:

答案 0 :(得分:3)

def amounts(): List[Amount] = SQL("select * from amounts").as(amountMapping *) 替换为RecyclerView

添加依赖项:

RecyclerViewBouncy

布局:

dependencies {
    implementation 'com.chauthai.overscroll:overscroll-bouncy:0.1.0'
}

您只能使用<com.chauthai.overscroll.RecyclerViewBouncy .../>

相关问题