A double layout pull delegate for Android
Double-Pull-Delegate use Scroller and Delegate
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependency:
dependencies {
compile 'com.github.ruzhan123:Double-Pull-Delegate:v1.0'
}
- ScrollerDelegate
- ScrollHeaderDelegate
- ScrollBodyDelegate
- ScrollViewDelegate
- HeaderRelativeLayout
- HeaderFrameLayout
- HeaderLinearLayout
- BodyRelativeLayout
- BodyFrameLayout
- BodyLinearLayout
- PullScrollView
DennisM - muasyadennis4@gmail.com