natario1 / ZoomLayout

2D zoom and pan behavior for View hierarchies, images, video streams, and much more, written in Kotlin for Android.
https://natario1.github.io/ZoomLayout
Apache License 2.0
1.06k stars 148 forks source link

Disable bounce #139

Closed jimmy510s closed 4 years ago

jimmy510s commented 4 years ago

Hi,

Is it possible to disable the bounce of zoom and scroll?

Thank you

markusressel commented 4 years ago

Please read the README, its all documented there.

app:overScrollHorizontal="false"
app:overScrollVertical="false"
app:overPinchable="false"
jimmy510s commented 4 years ago

Thank you very much :)