主要功能:下拉显示Header,显示Header的时候上拉显示内容部分
地址:https://github.com/fanluo/DragLayout
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.fanluo:DragLayout:Tag'
}