主要功能:下拉顯示Header,顯示Header的時(shí)候上拉顯示內(nèi)容部分
地址:https://github.com/fanluo/DragLayout
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.fanluo:DragLayout:Tag'
}