Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 522 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 522 Bytes

BothwayListview

双向滚动的ListView

网上找到的代码,整理整理,方便使用。

演示:

demo show

使用:

Project build.gradle配置
allprojects {
  repositories {
    ...
    maven { url 'https://jitpack.io' }
  }
}
Module build.gradel配置
dependencies {
        implementation 'com.github.Dean1990:BothwayListview:-SNAPSHOT'
}
Demo:

https://github.com/Dean1990/LibDemo