双向滚动的ListView
网上找到的代码,整理整理,方便使用。
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.Dean1990:BothwayListview:-SNAPSHOT'
}
双向滚动的ListView
网上找到的代码,整理整理,方便使用。
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.Dean1990:BothwayListview:-SNAPSHOT'
}