Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 510 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 510 Bytes

BoundScrollView

类似于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>

截图

1