ZoomLayout
ZoomLayout copied to clipboard
2D zoom and pan behavior for View hierarchies, images, video streams, and much more, written in Kotlin for Android.
我们的项目中遇到的需求,可以动态修改最大缩放级别,但是在当前源码中,修改缩放级别后,内部view会立刻执行缩放操作,因此加上参数后可以用来控制是否立刻进行缩放
If there are other controls on the zoomlayout layout file, sometimes sliding will push the above controls out of the interface. By the way, there is an EditText in my...
### Describe the bug Please add a clear description of what the bug is, **and** fill the list below. - Library version: 1.9.0 - Reproducible in official demo app: unknown...
### Describe the bug - Library version: 1.8.0 - Reproducible in official demo app: no - Device / Android version: Based on the crash reports mostly Android10 but it happens...
### How do I? When I used moveTo(), the animation doesn't look linear. It looks like it was swirling for a bit. How do I get rid of this swirl...
### Describe the bug Please add a clear description of what the bug is, **and** fill the list below. - Library version: *1.8.0* - Reproducible in official demo app: *no,...
### Problem to be addressed Since jetpack compose is now stable , I was wondering if zoom layout will support jetpack compose Since jetpack compose supports interoperability , compose offers...
Padding
How can I set paddings for container? For example, I want have 80dp free space at bottom
It's common to react to double taps to control zoom. This should be a opt-in feature in `ZoomEngine`, enabled by default in `ZoomImageView`.