alexvasilkov / GestureViews

ImageView and FrameLayout with gestures control and position animation
Apache License 2.0
2.38k stars 384 forks source link

Feature - New improvements #133

Closed GIGAMOLE-WIZELINE closed 3 years ago

GIGAMOLE-WIZELINE commented 5 years ago

[+] OnGestureViewTapListener for obtaining tap events on the image and outside, just in the bounds of view. It includes the fraction values and exact position. [+] translateZoomStateTo(...) function to translate and zoom image to center or not. It very useful when you need to create some map/floor view.

alexvasilkov commented 3 years ago

Sorry for not responding for too long. This PR does not build and overall I'm not completely understand the value of new features. If I had a better understanding we could discuss a clean way to introduce new features. So far it looks like a very specific usecase that I would like to not keep in the app itself.