Skip to content

Dean1990/BothwayListview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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