类似于ios,带回弹效果的ScrollView
Gradle
compile 'com.rairmmd.boundscrollview:library:1.0.0'
和ScrollView一样使用
<com.rairmmd.boundscrollview.BoundScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
···
childViews
···
</com.rairmmd.boundscrollview.BoundScrollView>