Skip to content

Reathin/BoundScrollView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

One with a Bound effect ScrollView for Android.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages