Skip to content

NanBox/SpringScrollView

Repository files navigation

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>

About

ScrollView with spring drop-down effect.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages