代码之家  ›  专栏  ›  技术社区  ›  Shomu

RecycleView中的反弹滚动效果

  •  1
  • Shomu  · 技术社区  · 7 年前

    我想在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 回复  |  直到 7 年前
        1
  •  4
  •   Shomu    6 年前

    RecyclerView 具有 RecyclerViewBouncy

    添加依赖项:

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

    在布局中:

    <com.chauthai.overscroll.RecyclerViewBouncy .../>
    

    您只能使用 LinearLayoutManager