SpringScrollView
A ScrollView with spring drop-down effect.
Usage
Add the dependencies to your gradle file:
dependencies {
compile 'com.southernbox:SpringScrollView:1.0.0'
}
Use SpringScrollView in your layout file:
<com.southernbox.springscrollview.SpringScrollView
android:layout_height="match_parent"
android:layout_width="match_parent">
<!-- layout -->
</com.southernbox.springscrollview.SpringScrollView>