Scroll not working after FrameLayout
zooming in Android. I will try to zoom the FrameLayout
, after that zooming I want to scroll the FrameLayout
.
Solved: @Scott Nova gave me an easy library solution using GestureFrameLayout from this library!
And this is GestureView.
Add the dependency into your Gradle file.
compile 'com.alexvasilkov:gesture-views:2.3.2'