Search code examples
androidandroid-framelayout

Scroll not happening after frame layout zooming in android


Scroll not working after FrameLayout zooming in Android. I will try to zoom the FrameLayout , after that zooming I want to scroll the FrameLayout .


Solution

  • 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'