Releases: natario1/ZoomLayout
Releases · natario1/ZoomLayout
v1.2.0
- Introduced
zoomIn()
andzoomOut()
(#27) - Expose all APIs in ZoomLayout and ZoomImageView, no more need to use getEngine() (#27)
- Added
setTransformation
API (#28) - Added
app:transformation
andapp:transformationGravity
XML attributes (#28)
Both things will control the default transformation that is applied when the content is laid out for the first time. The default value for transformation is TRANSFORMATION_CENTER_INSIDE
and the default gravity is Gravity.CENTER
.
v1.1.1
v1.1.0
v1.0.3
v1.0.2
v1.0.1
This release improves stability and adds new features.
moveTo()
api to animate both zoom and pan concurrently- new
setMaxZoom()
andsetMinZoom()
APIs - neat initialization even when the view size or the content size change on the run
ZoomLogger
to read or shut down logs