ListView 滚动到边缘时,item产生缩放效果:OverscrollScale

jopen 8年前

 ListView 滚动到边缘时,item产生缩放效果。

OverscrollScale

使用说明:

repositories {      maven {          url  "http://dl.bintray.com/dodola/maven"      }  }
dependencies {      compile 'com.dodola:listviewext:1.0'  }
  <com.dodola.listview.extlib.ListViewExt          android:id="@+id/view"          android:layout_width="match_parent"          android:layout_height="match_parent" />


项目地址: https://github.com/dodola/OverscrollScale