Scroll not working after FrameLayout
zooming in Android. I will try to zoom the FrameLayout
, after that zooming I want to scroll the FrameLayout
.
Asked
Active
Viewed 135 times
-2

Kuls
- 2,047
- 21
- 39

Vigneshwaran T
- 307
- 2
- 6
- 18
1 Answers
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
-
how to download this library?@Dennis – Vigneshwaran T Oct 03 '17 at 10:03
-
Selected `Code` on top of header...then click clone or download – Gowthaman M Oct 03 '17 at 10:19