我想在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"/>
答案 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 .../>