-2

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

Kuls
  • 2,047
  • 21
  • 39
Vigneshwaran T
  • 307
  • 2
  • 6
  • 18

1 Answers1

1

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'
Daksh Gargas
  • 3,498
  • 2
  • 23
  • 37