Shouheng88 / utils-android

Convenient android utils and Kotlin DSL styled extensions.
Apache License 2.0
120 stars 31 forks source link

TODO #15

Closed Shouheng88 closed 1 year ago

Shouheng88 commented 1 year ago
        (binding.vp.getChildAt(0) as? RecyclerView)?.overScrollMode = RecyclerView.OVER_SCROLL_NEVER

add a convinent method for ViewPager2 to set overScrollMode